commit | 7bd9ee58a4fe026514266757e812cb89c3c945eb | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Fri Aug 16 21:10:28 2013 +0100 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Mon Aug 19 09:33:57 2013 +0100 |
tree | 88c4560fa6bd0fdbb50a0313462fd01e209a3182 | |
parent | dfc4616ddeb133290599d4d13936e208f6ba8142 [diff] |
GFS2: Check for glock already held in gfs2_getxattr Since the introduction of atomic_open, gfs2_getxattr can be called with the glock already held, so we need to allow for this. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com> Reported-by: David Teigland <teigland@redhat.com> Tested-by: David Teigland <teigland@redhat.com>