btrfs: use btrfs_inode inside btrfs_verify_data_csum
authorDavid Sterba <dsterba@suse.com>
Fri, 28 Oct 2022 01:47:16 +0000 (03:47 +0200)
committerDavid Sterba <dsterba@suse.com>
Mon, 5 Dec 2022 17:00:55 +0000 (18:00 +0100)
commit5fc24314c89491cb2f53583d5e513731d58c7699
treea8cbf29f58e2f8e119503c9be84dcd044c4783d7
parent99a01bd6388e52dabb56015b939c1e9b26b0196e
btrfs: use btrfs_inode inside btrfs_verify_data_csum

The function is mostly using 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