aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/nfs_fs_sb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/nfs_fs_sb.h b/include/linux/nfs_fs_sb.h
index 773e02135903..59410b365ba4 100644
--- a/include/linux/nfs_fs_sb.h
+++ b/include/linux/nfs_fs_sb.h
@@ -88,7 +88,7 @@ struct nfs_client {
88 struct fscache_cookie *fscache; /* client index cache cookie */ 88 struct fscache_cookie *fscache; /* client index cache cookie */
89#endif 89#endif
90 90
91 struct net *net; 91 struct net *cl_net;
92}; 92};
93 93
94/* 94/*