/* SPDX-License-Identifier: GPL-2.0 */ /* * NFS-private data for each "struct net". Accessed with net_generic(). */ #ifndef __NFS_NETNS_H__ #define __NFS_NETNS_H__ #include <linux/nfs4.h> #include <net/net_namespace.h> #include <net/netns/generic.h> #include <linux/sunrpc/stats.h> struct bl_dev_msg { … }; struct nfs_netns_client; struct nfs_net { … }; extern unsigned int nfs_net_id; #endif