diff options
author | 2025-03-10 13:40:47 +1030 | |
---|---|---|
committer | 2025-03-18 20:35:52 +0100 | |
commit | 4c14d5c85503da0a21540b1fb80bf5abb723f16e (patch) | |
tree | f84b9dfc122edd62e126b3adf1ad5de00564c973 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | btrfs: add extra warning if delayed iput is added when it's not allowed (diff) | |
download | linux-rng-4c14d5c85503da0a21540b1fb80bf5abb723f16e.tar.xz linux-rng-4c14d5c85503da0a21540b1fb80bf5abb723f16e.zip |
btrfs: subpage: make btrfs_is_subpage() check against a folio
To support large data folios, we can no longer assume every filemap
folio is page sized.
So btrfs_is_subpage() check must be done against a folio.
Thankfully for metadata folios, we have the full control and ensure a
large folio will not be large than nodesize, so
btrfs_meta_is_subpage() doesn't need this change.
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
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 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions