diff options
| author | Qu Wenruo <[email protected]> | 2025-03-17 07:10:51 +0000 |
|---|---|---|
| committer | David Sterba <[email protected]> | 2025-05-15 12:30:42 +0000 |
| commit | 3a8f948633a673204066ee4c7adf5314dee7a4c1 (patch) | |
| tree | b002d28310b46c38cf821400067f319003e415fa /fs/btrfs/dev-replace.c | |
| parent | btrfs: prepare end_bbio_data_write() for large data folios (diff) | |
| download | kernel-3a8f948633a673204066ee4c7adf5314dee7a4c1.tar.gz kernel-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 <[email protected]>
Reviewed-by: David Sterba <[email protected]>
Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'fs/btrfs/dev-replace.c')
0 files changed, 0 insertions, 0 deletions
