summaryrefslogtreecommitdiff
path: root/rust/zerocopy/src/pointer/git@git.tavy.me:linux-stable.git
diff options
context:
space:
mode:
authorQu Wenruo <wqu@suse.com>2026-05-07 14:59:20 +0930
committerDavid Sterba <dsterba@suse.com>2026-06-08 15:53:32 +0200
commitaea704836e47decbdcac77872385c9a3fb51da42 (patch)
tree0627ffb77542a833ab48b2ec0097b3a1bb3caebf /rust/zerocopy/src/pointer/git@git.tavy.me:linux-stable.git
parent7d97bdca4bcb0e36b2d1251bffac3ff4e4e09c8c (diff)
btrfs: remove folio_test_ordered() usage
This involves: - The ASSERT() inside end_bbio_data_write() It's only an ASSERT() and it has never been triggered as far as I know. - btrfs_migrate_folio() Since all folio_test_ordered() usage will be removed, there is no need to copy the folio ordered flag. - The ASSERT() inside btrfs_invalidate_folio() This one has its usefulness as it indeed caught some bugs during development. But that's the last user and will not be worth the folio flag or the subpage bitmap. This will allow btrfs to finally remove the ordered flags. Signed-off-by: Qu Wenruo <wqu@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'rust/zerocopy/src/pointer/git@git.tavy.me:linux-stable.git')
0 files changed, 0 insertions, 0 deletions