diff options
author | 2019-04-10 17:24:42 +0300 | |
---|---|---|
committer | 2019-04-29 19:02:47 +0200 | |
commit | e68f2ee72181697d574e3049426b9d4fe5b5ec4d (patch) | |
tree | 9e516d7166b4c1fedbbe7795b0ca06b753e9d99c /fs/btrfs/dev-replace.c | |
parent | btrfs: Pass 0 for bio_offset to btrfs_wq_submit_bio (diff) | |
download | linux-dev-e68f2ee72181697d574e3049426b9d4fe5b5ec4d.tar.xz linux-dev-e68f2ee72181697d574e3049426b9d4fe5b5ec4d.zip |
btrfs: Always pass 0 bio_offset for btree_submit_bio_start
The btree submit hook queues the async csum and forwards the bio_offset
parameter passed to btree_submit_bio_hook. This is redundant since
btree_submit_bio_start calls btree_csum_one_bio which doesn't use the
offset at all. No functional changes.
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Nikolay Borisov <nborisov@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/dev-replace.c')
0 files changed, 0 insertions, 0 deletions