From: Steven Whitehouse Date: Thu, 25 Jan 2007 17:14:59 +0000 (+0000) Subject: [GFS2] Fix recursive locking attempt with NFS X-Git-Tag: v2.6.21-rc1~92^2~35^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7c103d0bd29c94f78155a4538faf314e49d9713;p=pandora-kernel.git [GFS2] Fix recursive locking attempt with NFS In certain cases, its possible for NFS to call the lookup code while holding the glock (when doing a readdirplus operation) so we need to check for that and not try and lock the glock twice. This also fixes a typo in a previous NFS related GFS2 patch. Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed