[GFS2] Fix recursive locking attempt with NFS
authorSteven Whitehouse <swhiteho@redhat.com>
Thu, 25 Jan 2007 17:14:59 +0000 (17:14 +0000)
committerSteven Whitehouse <swhiteho@redhat.com>
Mon, 5 Feb 2007 18:37:53 +0000 (13:37 -0500)
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 <swhiteho@redhat.com>

No differences found