]> git.ipfire.org Git - thirdparty/linux.git/commit
btrfs: pass btrfs_inode to btrfs_clear_delalloc_extent
authorDavid Sterba <dsterba@suse.com>
Thu, 27 Oct 2022 00:41:32 +0000 (02:41 +0200)
committerDavid Sterba <dsterba@suse.com>
Mon, 5 Dec 2022 17:00:54 +0000 (18:00 +0100)
commitbd54766e40df1300564babbbc31866d36c0c4bb6
treee5ab4e6c205e3035c7fb2dc69e37cec0b36fcc7e
parent62798a491561e1e1bbbd08873561532f19525fbf
btrfs: pass btrfs_inode to btrfs_clear_delalloc_extent

The function is for internal interfaces so we should use the
btrfs_inode.

Reviewed-by: Anand Jain <anand.jain@oracle.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/btrfs_inode.h
fs/btrfs/extent-io-tree.c
fs/btrfs/inode.c