]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - fs/btrfs/extent_io.c
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)
commit57e5ffeb8779a49202d48fb890f9d04fa0273c1e
treedc036a33b79db33501e5f326c56eb2c7da64569d
parentfd0ddbe2509568b00df364156f47561e9f469f15
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