]> git.ipfire.org Git - thirdparty/linux.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)
committerDavid Sterba <dsterba@suse.com>
Mon, 13 Jan 2025 13:53:22 +0000 (14:53 +0100)
commit06de96faf795b5c276a3be612da6b08c6112e747
tree565ac8fa5241cfda12475402f0a03824eab71640
parent3a1c46dbc9856a286808170b58c35ff5f50afa30
btrfs: rename __get_extent_map() and pass btrfs_inode

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>
fs/btrfs/extent_io.c