diff options
Diffstat (limited to 'fs/btrfs/disk-io.c')
-rw-r--r-- | fs/btrfs/disk-io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/disk-io.c b/fs/btrfs/disk-io.c index 6c88c63f3be7..49565626321e 100644 --- a/fs/btrfs/disk-io.c +++ b/fs/btrfs/disk-io.c | |||
@@ -101,7 +101,7 @@ int __init btrfs_end_io_wq_init(void) | |||
101 | btrfs_end_io_wq_cache = kmem_cache_create("btrfs_end_io_wq", | 101 | btrfs_end_io_wq_cache = kmem_cache_create("btrfs_end_io_wq", |
102 | sizeof(struct btrfs_end_io_wq), | 102 | sizeof(struct btrfs_end_io_wq), |
103 | 0, | 103 | 0, |
104 | SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD, | 104 | SLAB_MEM_SPREAD, |
105 | NULL); | 105 | NULL); |
106 | if (!btrfs_end_io_wq_cache) | 106 | if (!btrfs_end_io_wq_cache) |
107 | return -ENOMEM; | 107 | return -ENOMEM; |