]> 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)
commit1c645c1939e05a1a167369d00b0ea24f94047669
treedc036a33b79db33501e5f326c56eb2c7da64569d
parent05f0e179b554213ebfc2ef5511f21a75696e2a13
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