diff options
author | Eric Biggers <ebiggers@google.com> | 2025-04-02 06:26:48 +0300 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2025-04-02 17:24:34 +0300 |
commit | a07c43e6c2ff4cbdba7abf8d533b2faf19fa2287 (patch) | |
tree | 7e00db1a40c1c78b93ccc04c242bd0275c11c510 /lib/debugobjects.c | |
parent | 955ba7b5ea0395e9e3377f0ffc14f5dc4a099284 (diff) | |
download | linux-a07c43e6c2ff4cbdba7abf8d533b2faf19fa2287.tar.xz |
bcachefs: add missing selection of XARRAY_MULTI
When CONFIG_XARRAY_MULTI is not set, reading from a bcachefs file hits
the 'BUG_ON(order > 0);' in xas_set_order(), because it tries to insert
a large folio in the page cache. Fix this by making bcachefs select
XARRAY_MULTI.
Fixes: be212d86b19c ("bcachefs: bs > ps support")
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'lib/debugobjects.c')
0 files changed, 0 insertions, 0 deletions