btrfs: drop unused argument from extent_io_tree_init
authorDavid Sterba <dsterba@suse.cz>
Wed, 20 Apr 2011 21:35:57 +0000 (23:35 +0200)
committerDavid Sterba <dsterba@suse.cz>
Mon, 2 May 2011 11:57:21 +0000 (13:57 +0200)
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>
fs/btrfs/disk-io.c
fs/btrfs/extent_io.c
fs/btrfs/extent_io.h
fs/btrfs/inode.c
fs/btrfs/relocation.c
fs/btrfs/transaction.c

Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge