btrfs: remove stripe boundary calculation for encoded I/O
authorQu Wenruo <wqu@suse.com>
Sat, 21 Jan 2023 06:50:24 +0000 (07:50 +0100)
committerDavid Sterba <dsterba@suse.com>
Wed, 15 Feb 2023 18:38:52 +0000 (19:38 +0100)
commita34e4c3f884cc592f105d214d21baee9f9c6bae8
treeeada6d05256a50cb40cf15819d7926420682a454
parent30493ff49f81d0ba42286b72498272db1a1ccae6
btrfs: remove stripe boundary calculation for encoded I/O

Stop looking at the stripe boundary in
btrfs_encoded_read_regular_fill_pages() now that btrfs_submit_bio can
split bios.

Reviewed-by: Josef Bacik <josef@toxicpanda.com>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: Qu Wenruo <wqu@suse.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/inode.c