Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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>
- Loading branch information