diff options
Diffstat (limited to 'fs/nfsd/nfs4state.c')
-rw-r--r-- | fs/nfsd/nfs4state.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/nfs4state.c b/fs/nfsd/nfs4state.c index ffedce08b4cb..a8c2122a481e 100644 --- a/fs/nfsd/nfs4state.c +++ b/fs/nfsd/nfs4state.c | |||
@@ -2497,7 +2497,7 @@ nfs4_transform_lock_offset(struct file_lock *lock) | |||
2497 | 2497 | ||
2498 | /* Hack!: For now, we're defining this just so we can use a pointer to it | 2498 | /* Hack!: For now, we're defining this just so we can use a pointer to it |
2499 | * as a unique cookie to identify our (NFSv4's) posix locks. */ | 2499 | * as a unique cookie to identify our (NFSv4's) posix locks. */ |
2500 | struct lock_manager_operations nfsd_posix_mng_ops = { | 2500 | static struct lock_manager_operations nfsd_posix_mng_ops = { |
2501 | }; | 2501 | }; |
2502 | 2502 | ||
2503 | static inline void | 2503 | static inline void |