parent
6f09981af2
commit
7fcc5fcd13
1 changed files with 0 additions and 4 deletions
|
@ -12,7 +12,6 @@
|
||||||
#include <linux/blk-mq.h>
|
#include <linux/blk-mq.h>
|
||||||
#include <linux/blk-cgroup.h>
|
#include <linux/blk-cgroup.h>
|
||||||
#include <linux/debugfs.h>
|
#include <linux/debugfs.h>
|
||||||
#include <linux/binfmts.h>
|
|
||||||
|
|
||||||
#include "blk.h"
|
#include "blk.h"
|
||||||
#include "blk-mq.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)
|
if (ret < 0)
|
||||||
return ret;
|
return ret;
|
||||||
|
|
||||||
if (task_is_booster(current))
|
|
||||||
ra_kb = SZ_128K;
|
|
||||||
|
|
||||||
q->backing_dev_info->ra_pages = ra_kb >> (PAGE_SHIFT - 10);
|
q->backing_dev_info->ra_pages = ra_kb >> (PAGE_SHIFT - 10);
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
|
|
Loading…
Add table
Reference in a new issue