aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ordered-data.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/btrfs/ordered-data.c')
-rw-r--r--fs/btrfs/ordered-data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/ordered-data.c b/fs/btrfs/ordered-data.c
index aca8264f4a49..3b78d38173b3 100644
--- a/fs/btrfs/ordered-data.c
+++ b/fs/btrfs/ordered-data.c
@@ -1122,7 +1122,7 @@ int __init ordered_data_init(void)
1122{ 1122{
1123 btrfs_ordered_extent_cache = kmem_cache_create("btrfs_ordered_extent", 1123 btrfs_ordered_extent_cache = kmem_cache_create("btrfs_ordered_extent",
1124 sizeof(struct btrfs_ordered_extent), 0, 1124 sizeof(struct btrfs_ordered_extent), 0,
1125 SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD, 1125 SLAB_MEM_SPREAD,
1126 NULL); 1126 NULL);
1127 if (!btrfs_ordered_extent_cache) 1127 if (!btrfs_ordered_extent_cache)
1128 return -ENOMEM; 1128 return -ENOMEM;