aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/iocontext.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/iocontext.h')
-rw-r--r--include/linux/iocontext.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/linux/iocontext.h b/include/linux/iocontext.h
index 78ef023227d4..64d529133031 100644
--- a/include/linux/iocontext.h
+++ b/include/linux/iocontext.h
@@ -7,7 +7,6 @@
7struct cfq_queue; 7struct cfq_queue;
8struct cfq_io_context { 8struct cfq_io_context {
9 void *key; 9 void *key;
10 unsigned long dead_key;
11 10
12 struct cfq_queue *cfqq[2]; 11 struct cfq_queue *cfqq[2];
13 12
@@ -42,15 +41,15 @@ struct io_context {
42 unsigned short ioprio; 41 unsigned short ioprio;
43 unsigned short ioprio_changed; 42 unsigned short ioprio_changed;
44 43
45#ifdef CONFIG_BLK_CGROUP 44#if defined(CONFIG_BLK_CGROUP) || defined(CONFIG_BLK_CGROUP_MODULE)
46 unsigned short cgroup_changed; 45 unsigned short cgroup_changed;
47#endif 46#endif
48 47
49 /* 48 /*
50 * For request batching 49 * For request batching
51 */ 50 */
52 unsigned long last_waited; /* Time last woken after wait for request */
53 int nr_batch_requests; /* Number of requests left in the batch */ 51 int nr_batch_requests; /* Number of requests left in the batch */
52 unsigned long last_waited; /* Time last woken after wait for request */
54 53
55 struct radix_tree_root radix_root; 54 struct radix_tree_root radix_root;
56 struct hlist_head cic_list; 55 struct hlist_head cic_list;