]> bbs.cooldavid.org Git - net-next-2.6.git/commit
xfs: use GFP_NOFS for page cache allocation
authorDave Chinner <dchinner@redhat.com>
Tue, 20 Jul 2010 07:54:12 +0000 (17:54 +1000)
committerAlex Elder <aelder@sgi.com>
Mon, 26 Jul 2010 18:16:49 +0000 (13:16 -0500)
commitaea1b9532143218f8599ecedbbd6bfbf812385e1
tree3b6aa49dffcf982119999578324926a2dd955264
parent4a7edddcb5b14ddb5962e6906b6fd6b500d7a361
xfs: use GFP_NOFS for page cache allocation

Avoid a lockdep warning by preventing page cache allocation from
recursing back into the filesystem during memory reclaim.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Alex Elder <aelder@sgi.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/xfs/linux-2.6/xfs_aops.c