commit | dcf3dd852f554bb0016aa23892596717cc123a26 | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Mon Nov 27 10:12:05 2006 -0500 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Thu Nov 30 10:36:56 2006 -0500 |
tree | 643785eb26407b7f4690ad804434b93636ae01ab | |
parent | 300c7d75f3a5e8edd3e390ccd56b808f3fb14e33 [diff] |
[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 <swhiteho@redhat.com>