From e103ab41f3fd917e9a6df3d6113e2c4c3603b29b Mon Sep 17 00:00:00 2001 From: shishir gowda Date: Wed, 13 Jul 2011 03:32:53 +0000 Subject: NFS access control list: Decode the NFS requests into mode format Signed-off-by: shishir gowda Signed-off-by: Vijay Bellur BUG: 3057 () URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=3057 Signed-off-by: Anand Avati BUG: 3057 (acl permissions don't work on nfs mount) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=3057 --- xlators/nfs/server/src/nfs3-helpers.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'xlators/nfs/server/src/nfs3-helpers.h') diff --git a/xlators/nfs/server/src/nfs3-helpers.h b/xlators/nfs/server/src/nfs3-helpers.h index 73bb4b720..302d731d1 100644 --- a/xlators/nfs/server/src/nfs3-helpers.h +++ b/xlators/nfs/server/src/nfs3-helpers.h @@ -344,4 +344,7 @@ nfs3_fdcache_remove (struct nfs3_state *nfs3, fd_t *fd); extern int nfs3_is_parentdir_entry (char *entry); + +uint32_t +nfs3_request_to_accessbits (int32_t accbits); #endif -- cgit