David Sterba f993c883ad 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>
2011-05-02 13:57:21 +02:00
..
2011-05-02 13:57:20 +02:00
2011-03-31 11:26:23 -03:00
2011-03-28 05:37:35 -04:00
2010-12-22 23:15:47 +08:00
2010-12-22 23:15:47 +08:00