git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abd1ec4
)
nfsd: fix race in nfsd_nrthreads()
author
Neil Brown
<neilb@suse.de>
Thu, 12 Jun 2008 03:38:42 +0000
(13:38 +1000)
committer
J. Bruce Fields
<bfields@citi.umich.edu>
Mon, 23 Jun 2008 17:02:50 +0000
(13:02 -0400)
We need the nfsd_mutex before accessing nfsd_serv->sv_nrthreads or we
can't even guarantee nfsd_serv will still be there.
Signed-off-by: Neil Brown <neilb@suse.de>
Acked-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
No differences found