From: Steven Whitehouse Date: Wed, 7 Feb 2007 15:25:59 +0000 (-0500) Subject: [GFS2] Unlock page on prepare_write try lock failure X-Git-Tag: v2.6.21-rc1~92^2~35^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d72e7101cc7fff5c1eb21bfcbba51c8002418d2;p=pandora-kernel.git [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 --- Reading git-diff-tree failed