btrfs: sink unlock_extent parameter gfp_flags
authorDavid Sterba <dsterba@suse.com>
Tue, 12 Dec 2017 20:43:52 +0000 (21:43 +0100)
committerDavid Sterba <dsterba@suse.com>
Mon, 22 Jan 2018 15:08:19 +0000 (16:08 +0100)
commite43bbe5e16d87b40f3b382b3a43b0142d6d1193d
treeb8033e995b23fe1c45f117d3d35117bc7b58772f
parentd810a4be1a625aafb2602c56c1256047f1e27380
btrfs: sink unlock_extent parameter gfp_flags

All callers pass either GFP_NOFS or GFP_KERNEL now, so we can sink the
parameter to the function, though we lose some of the slightly better
semantics of GFP_KERNEL in some places, it's worth cleaning up the
callchains.

Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/disk-io.c
fs/btrfs/extent_io.c
fs/btrfs/extent_io.h
fs/btrfs/file.c
fs/btrfs/free-space-cache.c
fs/btrfs/inode.c
fs/btrfs/ioctl.c
fs/btrfs/scrub.c