[GFS2] Tidy up bmap & fix boundary bug
authorSteven Whitehouse <swhiteho@redhat.com>
Wed, 15 Nov 2006 20:21:06 +0000 (15:21 -0500)
committerSteven Whitehouse <swhiteho@redhat.com>
Thu, 30 Nov 2006 15:35:49 +0000 (10:35 -0500)
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 <swhiteho@redhat.com>

No differences found