OSDN Git Service

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)
commite01bf588f8bc0ba1e4c53b1240e97a12782a906a
tree21edbd8d04d263847cd98c52e02b6f641d664cb2
parent110ac0e5433425752c0a0d6423489023e6ba7a6d
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