]> Pileus Git - ~andy/linux/blobdiff - fs/nfs/netns.h
NFS: Fix a typo in _nfs_display_fhandle
[~andy/linux] / fs / nfs / netns.h
index 0fbd4e017d27cd68dcd1165ccfd3200baca22f13..7baad89ae60e5c7b1438afc83836ddba63f06b9e 100644 (file)
@@ -9,6 +9,10 @@ struct nfs_net {
        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;