]> git.baikalelectronics.ru Git - kernel.git/commit
nfsd: add locking to stateowner release
authorJeff Layton <jlayton@primarydata.com>
Wed, 30 Jul 2014 01:34:38 +0000 (21:34 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Thu, 31 Jul 2014 18:20:27 +0000 (14:20 -0400)
commitc233078f02abfc546c1ef04bcef0e3abc4d8c05a
treea7e671d2cf830fb2b47c09ad086b20cc199f478c
parent3262a6bb8ea1963801cdb0d571dfc30a79e37d86
nfsd: add locking to stateowner release

Once we remove the client_mutex, we'll need to properly protect
the stateowner reference counts using the cl_lock.

Signed-off-by: Jeff Layton <jlayton@primarydata.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs4state.c