]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: split btrfs_submit_data_bio to read and write parts
authorChristoph Hellwig <hch@lst.de>
Thu, 26 May 2022 07:36:35 +0000 (09:36 +0200)
committerDavid Sterba <dsterba@suse.com>
Mon, 25 Jul 2022 15:45:33 +0000 (17:45 +0200)
commit17e7aa06ae580539d72a18f55365deafa7dc65d9
tree9bc185c75d0fa70154fec69f90863e10469b9086
parenta89ffb3b1ed241f7db7873846bd56e93b5be4103
btrfs: split btrfs_submit_data_bio to read and write parts

Split btrfs_submit_data_bio into one helper for reads and one for writes.

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/ctree.h
fs/btrfs/extent_io.c
fs/btrfs/inode.c