diff options
Diffstat (limited to 'fs/nfsd/state.h')
-rw-r--r-- | fs/nfsd/state.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/state.h b/fs/nfsd/state.h index 986e51e5ceac..64053eadeb81 100644 --- a/fs/nfsd/state.h +++ b/fs/nfsd/state.h | |||
@@ -535,7 +535,7 @@ struct nfs4_ol_stateid { | |||
535 | unsigned char st_access_bmap; | 535 | unsigned char st_access_bmap; |
536 | unsigned char st_deny_bmap; | 536 | unsigned char st_deny_bmap; |
537 | struct nfs4_ol_stateid *st_openstp; | 537 | struct nfs4_ol_stateid *st_openstp; |
538 | struct rw_semaphore st_rwsem; | 538 | struct mutex st_mutex; |
539 | }; | 539 | }; |
540 | 540 | ||
541 | static inline struct nfs4_ol_stateid *openlockstateid(struct nfs4_stid *s) | 541 | static inline struct nfs4_ol_stateid *openlockstateid(struct nfs4_stid *s) |