btrfs: remove the disk_bytenr in struct btrfs_dio_private
authorChristoph Hellwig <hch@lst.de>
Thu, 5 May 2022 20:11:13 +0000 (15:11 -0500)
committerDavid Sterba <dsterba@suse.com>
Mon, 16 May 2022 15:17:32 +0000 (17:17 +0200)
commitacb8b52a158ae5610a1378f62de5ea061a12be3d
tree491bd1a789a76bb87fb73b808cd522146be32c38
parent491a6d01183dee9e95d55098752b5561ef93542e
btrfs: remove the disk_bytenr in struct btrfs_dio_private

This field is never used, so remove it. Last use was probably in
23ea8e5a0767 ("Btrfs: load checksum data once when submitting a direct
read io").

Reviewed-by: Nikolay Borisov <nborisov@suse.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/btrfs_inode.h
fs/btrfs/inode.c