From: Steven Whitehouse Date: Mon, 27 Nov 2006 15:12:05 +0000 (-0500) Subject: [GFS2] Fix recursive locking in gfs2_getattr X-Git-Tag: v2.6.20-rc1~145^2^2~5^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcf3dd852f554bb0016aa23892596717cc123a26;p=pandora-kernel.git [GFS2] Fix recursive locking in gfs2_getattr The readdirplus NFS operation can result in gfs2_getattr being called with the glock already held. In this case we do not want to try and grab the lock again. This fixes Red Hat bugzilla #215727 Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed