diff options
Diffstat (limited to 'block/cfq-iosched.c')
-rw-r--r-- | block/cfq-iosched.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/block/cfq-iosched.c b/block/cfq-iosched.c index 84e9be073180..78c6b312bd30 100644 --- a/block/cfq-iosched.c +++ b/block/cfq-iosched.c | |||
@@ -43,8 +43,8 @@ static int cfq_slice_idle = HZ / 125; | |||
43 | #define RQ_CIC(rq) ((struct cfq_io_context*)(rq)->elevator_private) | 43 | #define RQ_CIC(rq) ((struct cfq_io_context*)(rq)->elevator_private) |
44 | #define RQ_CFQQ(rq) ((rq)->elevator_private2) | 44 | #define RQ_CFQQ(rq) ((rq)->elevator_private2) |
45 | 45 | ||
46 | static kmem_cache_t *cfq_pool; | 46 | static struct kmem_cache *cfq_pool; |
47 | static kmem_cache_t *cfq_ioc_pool; | 47 | static struct kmem_cache *cfq_ioc_pool; |
48 | 48 | ||
49 | static DEFINE_PER_CPU(unsigned long, ioc_count); | 49 | static DEFINE_PER_CPU(unsigned long, ioc_count); |
50 | static struct completion *ioc_gone; | 50 | static struct completion *ioc_gone; |