commit | d7c103d0bd29c94f78155a4538faf314e49d9713 | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Thu Jan 25 17:14:59 2007 +0000 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Mon Feb 05 13:37:53 2007 -0500 |
tree | 62c453ffe7d6d4637aa93dd43dbb0665175f644c | |
parent | b790c3b7c38aae28c497bb363a6fe72f7c96568f [diff] |
[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 <swhiteho@redhat.com>