summaryrefslogtreecommitdiff
path: root/fs/netfs/fscache_volume.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/netfs/fscache_volume.c')
-rw-r--r--fs/netfs/fscache_volume.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/netfs/fscache_volume.c b/fs/netfs/fscache_volume.c
index 57a9f12e79aa..78412fb8548e 100644
--- a/fs/netfs/fscache_volume.c
+++ b/fs/netfs/fscache_volume.c
@@ -230,7 +230,7 @@ static struct fscache_volume *fscache_alloc_volume(const char *volume_key,
if (IS_ERR(cache))
return NULL;
- volume = kzalloc_flex(*volume, coherency, coherency_len, GFP_KERNEL);
+ volume = kzalloc_flex(*volume, coherency, coherency_len);
if (!volume)
goto err_cache;