commit | 2d72e7101cc7fff5c1eb21bfcbba51c8002418d2 | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Wed Feb 07 10:25:59 2007 -0500 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Wed Feb 07 10:25:59 2007 -0500 |
tree | 4f67388942d5716fb18732c04b8a8d74bdff0ff8 | |
parent | 549ae0ac3d574a682e82b02e79259a65445a675b [diff] |
[GFS2] Unlock page on prepare_write try lock failure When the try lock of the glock failed in prepare_write we were incorrectly exiting this function with the page still locked. This was resulting in further I/O to this page hanging. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>