From 62f4c61f8e5f9119a8865836e7d26e74c6bf5049 Mon Sep 17 00:00:00 2001 From: Kozlowski Mateusz Date: Wed, 23 Jun 2021 14:57:21 +0200 Subject: [PATCH] Update mpool API for vol_atomic_dev_bottom Signed-off-by: Kozlowski Mateusz --- modules/cas_cache/volume/vol_atomic_dev_bottom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/cas_cache/volume/vol_atomic_dev_bottom.c b/modules/cas_cache/volume/vol_atomic_dev_bottom.c index ef956e4..83e83d7 100644 --- a/modules/cas_cache/volume/vol_atomic_dev_bottom.c +++ b/modules/cas_cache/volume/vol_atomic_dev_bottom.c @@ -1128,7 +1128,7 @@ int atomic_dev_init(void) return -EINVAL; atomic_io_allocator = env_mpool_create(0, sizeof(struct cas_atomic_io), - GFP_NOIO, 1, true, NULL, "cas_atomic_io"); + GFP_NOIO, 1, true, NULL, "cas_atomic_io", true); if (!atomic_io_allocator) { ocf_ctx_unregister_volume_type(cas_ctx, ATOMIC_DEVICE_VOLUME);