diff options
Diffstat (limited to 'fs/nfsd/nfs2acl.c')
-rw-r--r-- | fs/nfsd/nfs2acl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/nfs2acl.c b/fs/nfsd/nfs2acl.c index 026edfe73fd5..c3f6b8a6b659 100644 --- a/fs/nfsd/nfs2acl.c +++ b/fs/nfsd/nfs2acl.c | |||
@@ -370,7 +370,7 @@ struct nfsd3_voidargs { int dummy; }; | |||
370 | #define pAT (1+AT) /* post attributes - conditional */ | 370 | #define pAT (1+AT) /* post attributes - conditional */ |
371 | #define ACL (1+NFS_ACL_MAX_ENTRIES*3) /* Access Control List */ | 371 | #define ACL (1+NFS_ACL_MAX_ENTRIES*3) /* Access Control List */ |
372 | 372 | ||
373 | static struct svc_procedure nfsd_acl_procedures2[] = { | 373 | static const struct svc_procedure nfsd_acl_procedures2[] = { |
374 | PROC(null, void, void, void, RC_NOCACHE, ST), | 374 | PROC(null, void, void, void, RC_NOCACHE, ST), |
375 | PROC(getacl, getacl, getacl, getacl, RC_NOCACHE, ST+1+2*(1+ACL)), | 375 | PROC(getacl, getacl, getacl, getacl, RC_NOCACHE, ST+1+2*(1+ACL)), |
376 | PROC(setacl, setacl, attrstat, attrstat, RC_NOCACHE, ST+AT), | 376 | PROC(setacl, setacl, attrstat, attrstat, RC_NOCACHE, ST+AT), |