daemon portion of setacl upcall

this commit does NOT have correct windows to nfs4 acl mappings but
rather has the wrapper functions defined for mapping them.

cthon tests still work with these mappings.
This commit is contained in:
Olga Kornievskaia 2011-04-05 14:42:37 -04:00 committed by unknown
parent 2b5e3fd64f
commit c00085bfb4
3 changed files with 429 additions and 0 deletions

View file

@ -46,6 +46,7 @@ extern const nfs41_upcall_op nfs41_op_setexattr;
extern const nfs41_upcall_op nfs41_op_symlink;
extern const nfs41_upcall_op nfs41_op_volume;
extern const nfs41_upcall_op nfs41_op_getacl;
extern const nfs41_upcall_op nfs41_op_setacl;
static const nfs41_upcall_op *g_upcall_op_table[] = {
&nfs41_op_mount,
@ -63,6 +64,7 @@ static const nfs41_upcall_op *g_upcall_op_table[] = {
&nfs41_op_symlink,
&nfs41_op_volume,
&nfs41_op_getacl,
&nfs41_op_setacl,
NULL,
NULL
};