From: Dave Chinner Date: Wed, 22 Sep 2010 00:47:20 +0000 (+1000) Subject: xfs: use unhashed buffers for size checks X-Git-Tag: v2.6.37-rc1~162^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1922c949c59f93beb560d59874bcc6d5c00115ac;p=pandora-kernel.git xfs: use unhashed buffers for size checks When we are checking we can access the last block of each device, we do not need to use cached buffers as they will be tossed away immediately. Use uncached buffers for size checks so that all IO prior to full in-memory structure initialisation does not use the buffer cache. Signed-off-by: Dave Chinner Reviewed-by: Christoph Hellwig Reviewed-by: Alex Elder --- Reading git-diff-tree failed