diff options
Diffstat (limited to 'xlators/system/posix-acl/src/posix-acl.h')
-rw-r--r-- | xlators/system/posix-acl/src/posix-acl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/system/posix-acl/src/posix-acl.h b/xlators/system/posix-acl/src/posix-acl.h index 1f15c714772..d7619bee8ca 100644 --- a/xlators/system/posix-acl/src/posix-acl.h +++ b/xlators/system/posix-acl/src/posix-acl.h @@ -68,6 +68,7 @@ struct posix_acl_ctx { struct posix_acl_conf { gf_lock_t acl_lock; + uid_t super_uid; struct posix_acl *minimal_acl; }; |