Skip to content
Commit 3ba75830 authored by J. Bruce Fields's avatar J. Bruce Fields
Browse files

nfsd4: drc containerization



The nfsd duplicate reply cache should not be shared between network
namespaces.

The most straightforward way to fix this is just to move every global in
the code to per-net-namespace memory, so that's what we do.

Still todo: sort out which members of nfsd_stats should be global and
which per-net-namespace.

Signed-off-by: default avatarJ. Bruce Fields <bfields@redhat.com>
parent b401170f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment