aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4state.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfsd/nfs4state.c')
-rw-r--r--fs/nfsd/nfs4state.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/nfsd/nfs4state.c b/fs/nfsd/nfs4state.c
index a2ea14f40b42..a8e4e91587ab 100644
--- a/fs/nfsd/nfs4state.c
+++ b/fs/nfsd/nfs4state.c
@@ -2482,7 +2482,7 @@ find_delegation_file(struct nfs4_file *fp, stateid_t *stid)
2482 return NULL; 2482 return NULL;
2483} 2483}
2484 2484
2485int share_access_to_flags(u32 share_access) 2485static int share_access_to_flags(u32 share_access)
2486{ 2486{
2487 share_access &= ~NFS4_SHARE_WANT_MASK; 2487 share_access &= ~NFS4_SHARE_WANT_MASK;
2488 2488
@@ -2902,7 +2902,7 @@ out:
2902 return status; 2902 return status;
2903} 2903}
2904 2904
2905struct lock_manager nfsd4_manager = { 2905static struct lock_manager nfsd4_manager = {
2906}; 2906};
2907 2907
2908static void 2908static void