]> Pileus Git - ~andy/linux/blobdiff - fs/nfs/netns.h
NFS: Fix a typo in _nfs_display_fhandle
[~andy/linux] / fs / nfs / netns.h
index 39ae4cad5b4b3455d9632a8d7bf9f88913e05c09..7baad89ae60e5c7b1438afc83836ddba63f06b9e 100644 (file)
@@ -7,6 +7,12 @@
 struct nfs_net {
        struct cache_detail *nfs_dns_resolve;
        struct rpc_pipe *bl_device_pipe;
+       struct list_head nfs_client_list;
+       struct list_head nfs_volume_list;
+#ifdef CONFIG_NFS_V4
+       struct idr cb_ident_idr; /* Protected by nfs_client_lock */
+#endif
+       spinlock_t nfs_client_lock;
 };
 
 extern int nfs_net_id;