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:
0cb2659
)
NFSv4: Fix up another delegation related race
author
Trond Myklebust
<Trond.Myklebust@netapp.com>
Tue, 23 Dec 2008 20:21:38 +0000
(15:21 -0500)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Tue, 23 Dec 2008 20:21:38 +0000
(15:21 -0500)
When we can update_open_stateid(), we need to be certain that we don't
race with a delegation return. While we could do this by grabbing the
nfs_client->cl_lock, a dedicated spin lock in the delegation structure
will scale better.
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
No differences found