From: Steven Whitehouse Date: Tue, 12 Feb 2008 14:48:39 +0000 (+0000) Subject: [GFS2] Get inode buffer only once per block map call X-Git-Tag: v2.6.26-rc1~1144^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e23159d2a7b2df5bce5f0ee8d57d3292243abf66;p=pandora-kernel.git [GFS2] Get inode buffer only once per block map call In the case that we needed to grow the height of the metadata tree we were looking up the inode buffer and then brelse()ing it despite the fact that it is needed later in the block map process. This patch ensures that we look up the inode's buffer once and only once during the block map process. Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed