From: Steven Whitehouse Date: Wed, 15 Nov 2006 20:21:06 +0000 (-0500) Subject: [GFS2] Tidy up bmap & fix boundary bug X-Git-Tag: v2.6.20-rc1~145^2^2~5^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cf1ed8144e740de27c6146c25d5d7ea26679cc5;p=pandora-kernel.git [GFS2] Tidy up bmap & fix boundary bug This moves the locking for bmap into the bmap function itself rather than using a wrapper function. It also fixes a bug where the boundary flag was set on the wrong bh. Also the flags on the mapped bh are reset earlier in the function to ensure that they are 100% correct on the error path. Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed