[acls] driver portion of setacl upcall
This commit is contained in:
parent
72c675f03b
commit
2b5e3fd64f
2 changed files with 125 additions and 2 deletions
|
|
@ -614,6 +614,7 @@ const char *opcode2string(int opcode)
|
|||
case NFS41_SYMLINK: return "NFS41_SYMLINK";
|
||||
case NFS41_VOLUME_QUERY: return "NFS41_VOLUME_QUERY";
|
||||
case NFS41_ACL_QUERY: return "NFS41_ACL_QUERY";
|
||||
case NFS41_ACL_SET: return "NFS41_ACL_SET";
|
||||
default: return "UNKNOWN";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue