]> Git Repo - linux.git/commit
btrfs: convert try_release_extent_mapping() to take a folio
authorLi Zetao <[email protected]>
Wed, 28 Aug 2024 18:29:03 +0000 (02:29 +0800)
committerDavid Sterba <[email protected]>
Tue, 10 Sep 2024 14:51:21 +0000 (16:51 +0200)
commit046c0d65962504d8ec1e109cb673c81ba36da1e3
treeb3b5829a5825cdf42f3886a32efb4ec8c24df404
parentdd0a8df455665fe896125e15dfe3847f1e18462f
btrfs: convert try_release_extent_mapping() to take a folio

The old page API is being gradually replaced and converted to use folio
to improve code readability and avoid repeated conversion between page
and folio. And page_to_inode() can be replaced with folio_to_inode() now.

Signed-off-by: Li Zetao <[email protected]>
Reviewed-by: David Sterba <[email protected]>
Signed-off-by: David Sterba <[email protected]>
fs/btrfs/extent_io.c
fs/btrfs/extent_io.h
fs/btrfs/inode.c
This page took 0.054262 seconds and 4 git commands to generate.