]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
btrfs: use GFP_NOFS in __alloc_extent_buffer directly
authorDavid Sterba <dsterba@suse.cz>
Sun, 15 Jun 2014 00:55:29 +0000 (02:55 +0200)
committerDavid Sterba <dsterba@suse.cz>
Fri, 12 Dec 2014 17:07:23 +0000 (18:07 +0100)
commit23d79d81b13431756fee428acde49c9b770da132
tree499546263a53fed6a5c5b9722fcbcb94f93068d9
parent7476dfdaade5b373db4679555706546bd5b4bd6c
btrfs: use GFP_NOFS in __alloc_extent_buffer directly

Same mask from all callers.

Signed-off-by: David Sterba <dsterba@suse.cz>
fs/btrfs/extent_io.c