diff options
Diffstat (limited to 'drivers/md/dm-bio-prison-v2.c')
-rw-r--r-- | drivers/md/dm-bio-prison-v2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm-bio-prison-v2.c b/drivers/md/dm-bio-prison-v2.c index f866bc97b032..b092cdc8e1ae 100644 --- a/drivers/md/dm-bio-prison-v2.c +++ b/drivers/md/dm-bio-prison-v2.c | |||
@@ -21,8 +21,8 @@ struct dm_bio_prison_v2 { | |||
21 | struct workqueue_struct *wq; | 21 | struct workqueue_struct *wq; |
22 | 22 | ||
23 | spinlock_t lock; | 23 | spinlock_t lock; |
24 | mempool_t cell_pool; | ||
25 | struct rb_root cells; | 24 | struct rb_root cells; |
25 | mempool_t cell_pool; | ||
26 | }; | 26 | }; |
27 | 27 | ||
28 | static struct kmem_cache *_cell_cache; | 28 | static struct kmem_cache *_cell_cache; |