]> git.baikalelectronics.ru Git - kernel.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)
commit38008e78cb11a0a532bfb9ebd77dce4af9efc033
tree81c1cdb4cd9f8dbf39b667e5d3c0d6f26ef17700
parent546b1b38cb722df4f7761f6055bc8fa7298c0177
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