aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4_fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfs/nfs4_fs.h')
-rw-r--r--fs/nfs/nfs4_fs.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/fs/nfs/nfs4_fs.h b/fs/nfs/nfs4_fs.h
index b7f262dcb6e3..4ad5981f9375 100644
--- a/fs/nfs/nfs4_fs.h
+++ b/fs/nfs/nfs4_fs.h
@@ -182,8 +182,9 @@ struct nfs4_state {
182 182
183 nfs4_stateid stateid; 183 nfs4_stateid stateid;
184 184
185 unsigned int nreaders; 185 unsigned int n_rdonly;
186 unsigned int nwriters; 186 unsigned int n_wronly;
187 unsigned int n_rdwr;
187 int state; /* State on the server (R,W, or RW) */ 188 int state; /* State on the server (R,W, or RW) */
188 atomic_t count; 189 atomic_t count;
189}; 190};