Revert "mm: apply init protection"

This reverts commit bcec04dde1.
This commit is contained in:
Ksawlii 2024-11-19 18:15:13 +01:00
parent 6f09981af2
commit 7fcc5fcd13

View file

@ -12,7 +12,6 @@
#include <linux/blk-mq.h>
#include <linux/blk-cgroup.h>
#include <linux/debugfs.h>
#include <linux/binfmts.h>
#include "blk.h"
#include "blk-mq.h"
@ -104,9 +103,6 @@ queue_ra_store(struct request_queue *q, const char *page, size_t count)
if (ret < 0)
return ret;
if (task_is_booster(current))
ra_kb = SZ_128K;
q->backing_dev_info->ra_pages = ra_kb >> (PAGE_SHIFT - 10);
return ret;