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:
c212cec
)
nfsd: make reclaim_str_hashtbl allocated per net
author
Stanislav Kinsbursky
<skinsbursky@parallels.com>
Wed, 14 Nov 2012 15:21:16 +0000
(18:21 +0300)
committer
J. Bruce Fields
<bfields@redhat.com>
Thu, 15 Nov 2012 12:40:43 +0000
(07:40 -0500)
This hash holds nfs4_clients info, which are network namespace aware.
So let's make it allocated per network namespace.
Note: this hash is used only by legacy tracker. So let's allocate hash in
tracker init.
Signed-off-by: Stanislav Kinsbursky <skinsbursky@parallels.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
No differences found