OSDN Git Service

btrfs: pass btrfs_inode to btrfs_submit_dio_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:53 +0000 (18:00 +0100)
commitbb41632ea7d252855f7a12f269afefc18a84e07b
treec9de4d5089965eaf971b689da3eb657806c4d092
parente2884c3d445669c231fd8ca4c6fd160e729ec862
btrfs: pass btrfs_inode to btrfs_submit_dio_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/inode.c