]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: sink write_flags to __extent_writepage_io
authorDavid Sterba <dsterba@suse.com>
Tue, 29 Oct 2019 17:28:55 +0000 (18:28 +0100)
committerDavid Sterba <dsterba@suse.com>
Mon, 18 Nov 2019 16:51:48 +0000 (17:51 +0100)
commitd1f41a2c346a24644b4892784784900fce11071f
treedc036a33b79db33501e5f326c56eb2c7da64569d
parentfcd94461c6403bd7ff1495e9989f3c38c0cdccaa
btrfs: sink write_flags to __extent_writepage_io

__extent_writepage reads write flags from wbc and passes both to
__extent_writepage_io. This makes write_flags redundant and we can
remove it.

Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Reviewed-by: Nikolay Borisov <nborisov@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/extent_io.c