Home
last modified time | relevance | path

Searched hist:"7 ea34ac15e45b790f2faa7d5f69c560a43f2de70" (Results 1 – 1 of 1) sorted by relevance

/linux/fs/nfsd/
H A Dnfsctl.cdiff 7ea34ac15e45b790f2faa7d5f69c560a43f2de70 Wed Mar 21 14:52:05 CET 2012 Jeff Layton <jlayton@redhat.com> nfsd: add a per-net-namespace struct for nfsd

Eventually, we'll need this when nfsd gets containerized fully. For
now, create a struct on a per-net-namespace basis that will just hold
a pointer to the cld_net structure. That struct will hold all of the
per-net data that we need for the cld tracker.

Eventually we can add other pernet objects to struct nfsd_net.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>