diff options
author | Stanislav Kinsbursky <skinsbursky@parallels.com> | 2012-11-14 16:21:46 +0100 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2012-11-15 13:40:47 +0100 |
commit | 20e9e2bc98b907efe82621797c561f6169d63d96 (patch) | |
tree | d3325479970ab864d03df647fe2e1e447563d46a /scripts | |
parent | nfsd: make ownerstr_hashtbl allocated per net (diff) | |
download | linux-20e9e2bc98b907efe82621797c561f6169d63d96.tar.xz linux-20e9e2bc98b907efe82621797c561f6169d63d96.zip |
nfsd: make lockowner_ino_hashtbl allocated per net
This hash holds file lock owners and closely associated with nfs4_clients info,
which are network namespace aware. So let's make it allocated per network
namespace too.
Note: this hash can be allocated in per-net operations. But it looks
better to allocate it on nfsd state start and thus don't waste resources
if server is not running.
Signed-off-by: Stanislav Kinsbursky <skinsbursky@parallels.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions