diff options
author | 2025-03-17 17:40:51 +1030 | |
---|---|---|
committer | 2025-05-15 14:30:42 +0200 | |
commit | 3a8f948633a673204066ee4c7adf5314dee7a4c1 (patch) | |
tree | b002d28310b46c38cf821400067f319003e415fa /fs/btrfs/direct-io.c | |
parent | btrfs: prepare end_bbio_data_write() for large data folios (diff) | |
download | linux-rng-3a8f948633a673204066ee4c7adf5314dee7a4c1.tar.xz linux-rng-3a8f948633a673204066ee4c7adf5314dee7a4c1.zip |
btrfs: subpage: prepare for large data folios
The subpage handling code has two locations not supporting large folios:
- btrfs_attach_subpage()
Which is doing a metadata specific ASSERT() check.
But for the future large data folios support, that check is too
generic. Since it's metadata specific, only check the ASSERT() for
metadata.
- btrfs_subpage_assert()
Just remove the "ASSERT(folio_order(folio) == 0)" check.
Signed-off-by: Qu Wenruo <wqu@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/direct-io.c')
0 files changed, 0 insertions, 0 deletions