btrfs: Remove bio_offset argument from submit_bio_hook
authorNikolay Borisov <nborisov@suse.com>
Wed, 10 Apr 2019 16:46:04 +0000 (19:46 +0300)
committerDavid Sterba <dsterba@suse.com>
Mon, 29 Apr 2019 17:02:47 +0000 (19:02 +0200)
commit50489a5734ec77e0a0613143512de09e2229f852
tree6ef0dd54a48f83d72ed8ccc9dbe6e7f9e6b01624
parente68f2ee72181697d574e3049426b9d4fe5b5ec4d
btrfs: Remove bio_offset argument from submit_bio_hook

None of the implementers of the submit_bio_hook use the bio_offset
parameter, simply remove it. 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>
fs/btrfs/disk-io.c
fs/btrfs/extent_io.c
fs/btrfs/extent_io.h
fs/btrfs/inode.c