commit | 74e4d82757f7479bab6b854783f84a5b9f2df78f | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Thu Feb 11 11:01:55 2016 +0100 |
committer | David Sterba <dsterba@suse.com> | Thu Feb 11 15:19:39 2016 +0100 |
tree | 431bd5f422a044bd2c74e94c47404ea231796951 | |
parent | 58c4e173847af8e63537e11be6c1c3fd4b6153fe [diff] |
btrfs: let callers of btrfs_alloc_root pass gfp flags We don't need to use GFP_NOFS in all contexts, eg. during mount or for dummy root tree, but we might for the the log tree creation. Signed-off-by: David Sterba <dsterba@suse.com>