diff options
Diffstat (limited to 'drivers/md/md-multipath.h')
-rw-r--r-- | drivers/md/md-multipath.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/md-multipath.h b/drivers/md/md-multipath.h index 0adb941f485a..b3099e5fc4d7 100644 --- a/drivers/md/md-multipath.h +++ b/drivers/md/md-multipath.h @@ -13,7 +13,7 @@ struct mpconf { spinlock_t device_lock; struct list_head retry_list; - mempool_t *pool; + mempool_t pool; }; /* |