Skip to content
Commit 4bef6900 authored by Mike Marshall's avatar Mike Marshall
Browse files

orangefs: react properly to posix_acl_update_mode's aftermath.



posix_acl_update_mode checks to see if the permissions
described by the ACL can be encoded into the
object's mode. If so, it sets "acl" to NULL
and "mode" to the new desired value. Prior to this patch
we failed to actually propagate the new mode back to the
server.

Signed-off-by: default avatarMike Marshall <hubcap@omnibond.com>
parent b5accbb0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment