commit | ae0f162534e98afccc7d055cfaa3d3e920a928f0 | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Tue Oct 31 16:37:52 2017 +0100 |
committer | David Sterba <dsterba@suse.com> | Mon Jan 22 16:08:12 2018 +0100 |
tree | d7d0ac84844e4243a0de378619333c0306b97cf5 | |
parent | 66b0c887bbf61555fde648587644485388dddb78 [diff] |
btrfs: sink gfp parameter to clear_extent_bit All callers use GFP_NOFS, we don't have to pass it as an argument. The built-in tests pass GFP_KERNEL, but they run only at module load time and NOFS works there as well. Signed-off-by: David Sterba <dsterba@suse.com>