commit | 4cf1ed8144e740de27c6146c25d5d7ea26679cc5 | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Wed Nov 15 15:21:06 2006 -0500 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Thu Nov 30 10:35:49 2006 -0500 |
tree | 481555ec6e88e4fedba90498f1ac212056ea7828 | |
parent | ab923031ceb95ec50ef33ccadf28663c660aa94c [diff] |
[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 <swhiteho@redhat.com>