commit | e43bbe5e16d87b40f3b382b3a43b0142d6d1193d | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Tue Dec 12 21:43:52 2017 +0100 |
committer | David Sterba <dsterba@suse.com> | Mon Jan 22 16:08:19 2018 +0100 |
tree | b8033e995b23fe1c45f117d3d35117bc7b58772f | |
parent | d810a4be1a625aafb2602c56c1256047f1e27380 [diff] |
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>