]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Btrfs: stop using GFP_ATOMIC when allocating rewind ebs
authorJosef Bacik <jbacik@fusionio.com>
Wed, 7 Aug 2013 20:57:23 +0000 (16:57 -0400)
committerChris Mason <chris.mason@fusionio.com>
Sun, 1 Sep 2013 12:04:50 +0000 (08:04 -0400)
commit9ec726775188906192f78ab9187640afd81ab996
tree81c1cdb4cd9f8dbf39b667e5d3c0d6f26ef17700
parentdb7f3436c1c186f8271018751fcb338cf3706e8d
Btrfs: stop using GFP_ATOMIC when allocating rewind ebs

There is no reason we can't just set the path to blocking and then do normal
GFP_NOFS allocations for these extent buffers.  Thanks,

Signed-off-by: Josef Bacik <jbacik@fusionio.com>
Signed-off-by: Chris Mason <chris.mason@fusionio.com>
fs/btrfs/ctree.c
fs/btrfs/extent_io.c