diff options
Diffstat (limited to 'xlators/storage/posix/src/posix.h')
-rw-r--r-- | xlators/storage/posix/src/posix.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xlators/storage/posix/src/posix.h b/xlators/storage/posix/src/posix.h index 4c32509cf04..a61758ef8f6 100644 --- a/xlators/storage/posix/src/posix.h +++ b/xlators/storage/posix/src/posix.h @@ -387,10 +387,10 @@ void posix_gfid_unset(xlator_t *this, dict_t *xdata); int -posix_pacl_set(const char *path, const char *key, const char *acl_s); +posix_pacl_set(const char *path, int fdnum, const char *key, const char *acl_s); int -posix_pacl_get(const char *path, const char *key, char **acl_s); +posix_pacl_get(const char *path, int fdnum, const char *key, char **acl_s); int32_t posix_get_objectsignature(char *, dict_t *); |