Commit 34e4999
committed
btrfs: fix slab cache flags for free space tree bitmap
The free space tree bitmap slab cache is created with SLAB_RED_ZONE but
that's a debugging flag and not always enabled. Also the other slabs are
created with at least SLAB_MEM_SPREAD that we want as well to average
the memory placement cost.
Reported-by: Vlastimil Babka <vbabka@suse.cz>
Fixes: 3acd485 ("btrfs: fix allocation of free space cache v1 bitmap pages")
CC: stable@vger.kernel.org # 5.4+
Signed-off-by: David Sterba <dsterba@suse.com>1 parent 60484cd commit 34e4999
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9005 | 9005 | | |
9006 | 9006 | | |
9007 | 9007 | | |
9008 | | - | |
| 9008 | + | |
9009 | 9009 | | |
9010 | 9010 | | |
9011 | 9011 | | |
| |||
0 commit comments