diff options
Diffstat (limited to 'include/linux/blkdev.h')
-rw-r--r-- | include/linux/blkdev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index a1e288069e2e..79cb9fa8034a 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h | |||
@@ -90,7 +90,7 @@ struct io_context { | |||
90 | atomic_t refcount; | 90 | atomic_t refcount; |
91 | struct task_struct *task; | 91 | struct task_struct *task; |
92 | 92 | ||
93 | int (*set_ioprio)(struct io_context *, unsigned int); | 93 | unsigned int ioprio_changed; |
94 | 94 | ||
95 | /* | 95 | /* |
96 | * For request batching | 96 | * For request batching |