From: Dave Chinner Date: Fri, 24 Sep 2010 10:07:47 +0000 (+1000) Subject: xfs: rename xfs_buf_get_nodaddr to be more appropriate X-Git-Tag: v2.6.37-rc1~162^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=686865f76e35b28ba7aa6afa19209426f0da6201;p=pandora-kernel.git xfs: rename xfs_buf_get_nodaddr to be more appropriate xfs_buf_get_nodaddr() is really used to allocate a buffer that is uncached. While it is not directly assigned a disk address, the fact that they are not cached is a more important distinction. With the upcoming uncached buffer read primitive, we should be consistent with this disctinction. While there, make page allocation in xfs_buf_get_nodaddr() safe against memory reclaim re-entrancy into the filesystem by allowing a flags parameter to be passed. Signed-off-by: Dave Chinner Reviewed-by: Christoph Hellwig Reviewed-by: Alex Elder --- Reading git-diff-tree failed