OSDN Git Service

btrfs: pass btrfs_inode to submit_one_bio
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:52 +0000 (18:00 +0100)
commitc5ca391b0dd82d4c0457159286bd19f2364a70be
treeade6116a7f8b179733deb5b12cd0de1afabff480
parentd781c1c315ce649002a9fd0387edc3ee93271743
btrfs: pass btrfs_inode to submit_one_bio

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