]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: pass bio opf to rbio_add_io_page
authorChristoph Hellwig <hch@lst.de>
Mon, 4 Apr 2022 04:45:25 +0000 (06:45 +0200)
committerDavid Sterba <dsterba@suse.com>
Mon, 16 May 2022 15:03:12 +0000 (17:03 +0200)
commit797804cc37688c3dfa42ccbcc963dadd5d123b3a
tree21edbd8d04d263847cd98c52e02b6f641d664cb2
parentce787d4e6d578f87f0eeea4d8add06bb26aebf91
btrfs: pass bio opf to rbio_add_io_page

Prepare for further refactoring by moving this initialization to a
single place instead of setting it in the callers.

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/raid56.c