commit | 4f34bd0540d290d1fe1bc699550025623b2761ef | [log] [tgz] |
---|---|---|
author | Andrew Elble <aweits@rit.edu> | Wed Nov 08 17:29:51 2017 -0500 |
committer | J. Bruce Fields <bfields@redhat.com> | Mon Nov 27 16:45:10 2017 -0500 |
tree | fc08c2b728cf088df3945fcfbd05ef75059151b7 | |
parent | e919b0765287f36f7e9c84aed785eddfbbd98dfa [diff] |
nfsd: fix locking validator warning on nfs4_ol_stateid->st_mutex class The use of the st_mutex has been confusing the validator. Use the proper nested notation so as to not produce warnings. Signed-off-by: Andrew Elble <aweits@rit.edu> Signed-off-by: J. Bruce Fields <bfields@redhat.com>