]> 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)
commitdec7253d5bf12edfaa7f45bb79efcec727b665b3
tree9bc185c75d0fa70154fec69f90863e10469b9086
parentc06fa154269e19626ea6bb43d40ceb2500f16a3a
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