aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/netns.h
Commit message (Collapse)AuthorAgeFilesLines
* sunrpc: Make the ip_map_cache be per-netPavel Emelyanov2010-09-271-0/+6
| | | | | | | | | Everything that is required for that already exists: * the per-net cache registration with respective proc entries * the context (struct net) is available in all the users Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Signed-off-by: J. Bruce Fields <bfields@redhat.com>
* sunrpc: Make the /proc/net/rpc appear in net namespacesPavel Emelyanov2010-09-271-0/+1
| | | | | Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Signed-off-by: J. Bruce Fields <bfields@redhat.com>
* sunrpc: The per-net skeletonPavel Emelyanov2010-09-271-0/+12
Register empty per-net operations for the sunrpc layer. Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Signed-off-by: J. Bruce Fields <bfields@redhat.com>