diff options
author | 2011-04-20 23:35:57 +0200 | |
---|---|---|
committer | 2011-05-02 13:57:21 +0200 | |
commit | f993c883ad8e111fb9e9ae603540acbe94f7246c (patch) | |
tree | 8c57c5377bff275e0a6e0d75284ab81fd74109a5 /fs/proc/array.c | |
parent | btrfs: make functions static when possible (diff) | |
download | wireguard-linux-f993c883ad8e111fb9e9ae603540acbe94f7246c.tar.xz wireguard-linux-f993c883ad8e111fb9e9ae603540acbe94f7246c.zip |
btrfs: drop unused argument from extent_io_tree_init
all callers pass GFP_NOFS, but the GFP mask argument is not used in the
function; GFP_ATOMIC is passed to radix tree initialization and it's the
only correct one, since we're using the preload/insert mechanism of
radix tree.
Let's drop the gfp mask from btrfs function, this will not change
behaviour.
Signed-off-by: David Sterba <dsterba@suse.cz>
Diffstat (limited to 'fs/proc/array.c')
0 files changed, 0 insertions, 0 deletions