aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/backref.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/btrfs/backref.c')
-rw-r--r--fs/btrfs/backref.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/backref.c b/fs/btrfs/backref.c
index 8bb3509099e8..1ac8a3c7f68e 100644
--- a/fs/btrfs/backref.c
+++ b/fs/btrfs/backref.c
@@ -139,7 +139,7 @@ int __init btrfs_prelim_ref_init(void)
139 btrfs_prelim_ref_cache = kmem_cache_create("btrfs_prelim_ref", 139 btrfs_prelim_ref_cache = kmem_cache_create("btrfs_prelim_ref",
140 sizeof(struct __prelim_ref), 140 sizeof(struct __prelim_ref),
141 0, 141 0,
142 SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD, 142 SLAB_MEM_SPREAD,
143 NULL); 143 NULL);
144 if (!btrfs_prelim_ref_cache) 144 if (!btrfs_prelim_ref_cache)
145 return -ENOMEM; 145 return -ENOMEM;