]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
btrfs: rename __get_extent_map() and pass btrfs_inode
authorDavid Sterba <dsterba@suse.com>
Thu, 9 Jan 2025 10:24:15 +0000 (11:24 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 21 Feb 2025 13:01:43 +0000 (14:01 +0100)
commit53ba1169d976ffc6cb9b096d17d89888afe4c05c
tree1a916b136babecd1f26aa41fc752dc3dacbd4cd4
parent0bf8e2f3768629d437a32cb824149e6e98254381
btrfs: rename __get_extent_map() and pass btrfs_inode

[ Upstream commit 06de96faf795b5c276a3be612da6b08c6112e747 ]

The double underscore naming scheme does not apply here, there's only
only get_extent_map(). As the definition is changed also pass the struct
btrfs_inode.

Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Reviewed-by: Anand Jain <anand.jain@oracle.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Stable-dep-of: acc18e1c1d8c ("btrfs: fix stale page cache after race between readahead and direct IO write")
Signed-off-by: Sasha Levin <sashal@kernel.org>
fs/btrfs/extent_io.c