commit | fc0e4a314e361af3b13d9320e92c64118f9a3e61 | [log] [tgz] |
---|---|---|
author | Miao Xie <miaox@cn.fujitsu.com> | Thu Mar 24 11:41:21 2011 +0000 |
committer | root <Chris Mason chris.mason@oracle.com> | Mon Mar 28 05:37:39 2011 -0400 |
tree | 5bb9f51968375e5a7e19751da028bb5a8b74c624 | |
parent | 97d9a8a420444eb5b5c071d4b3b9c4100a7ae015 [diff] |
btrfs: use GFP_NOFS instead of GFP_KERNEL In the filesystem context, we must allocate memory by GFP_NOFS, or we may start another filesystem operation and make kswap thread hang up. Signed-off-by: Miao Xie <miaox@cn.fujitsu.com> Signed-off-by: Chris Mason <chris.mason@oracle.com>