aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/nfs_fs_sb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/nfs_fs_sb.h b/include/linux/nfs_fs_sb.h
index 9f949b587684..97b325756667 100644
--- a/include/linux/nfs_fs_sb.h
+++ b/include/linux/nfs_fs_sb.h
@@ -17,7 +17,6 @@ struct nfs_client {
17 int cl_cons_state; /* current construction state (-ve: init error) */ 17 int cl_cons_state; /* current construction state (-ve: init error) */
18#define NFS_CS_READY 0 /* ready to be used */ 18#define NFS_CS_READY 0 /* ready to be used */
19#define NFS_CS_INITING 1 /* busy initialising */ 19#define NFS_CS_INITING 1 /* busy initialising */
20 int cl_nfsversion; /* NFS protocol version */
21 unsigned long cl_res_state; /* NFS resources state */ 20 unsigned long cl_res_state; /* NFS resources state */
22#define NFS_CS_CALLBACK 1 /* - callback started */ 21#define NFS_CS_CALLBACK 1 /* - callback started */
23#define NFS_CS_IDMAP 2 /* - idmap started */ 22#define NFS_CS_IDMAP 2 /* - idmap started */