]> git.baikalelectronics.ru Git - kernel.git/commit
nfsd: fix locking validator warning on nfs4_ol_stateid->st_mutex class
authorAndrew Elble <aweits@rit.edu>
Wed, 8 Nov 2017 22:29:51 +0000 (17:29 -0500)
committerJ. Bruce Fields <bfields@redhat.com>
Mon, 27 Nov 2017 21:45:10 +0000 (16:45 -0500)
commitdd7fa2a62063b51848d6020aabd921bedb0d0240
treefc08c2b728cf088df3945fcfbd05ef75059151b7
parent1dec80f1fc72dea1ce797c8a828e869de5629bc5
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>
fs/nfsd/nfs4state.c