summaryrefslogtreecommitdiffstats
path: root/xlators/storage/posix/src/posix.h
diff options
context:
space:
mode:
authorKinglong Mee <kinglongmee@gmail.com>2018-09-29 11:58:42 +0800
committerAmar Tumballi <amarts@redhat.com>2018-10-22 06:04:46 +0000
commit9eab065769d4b4fd41821232746fb8f1235bead4 (patch)
tree23dce251ab6b1547bedb176464f0a3e2d83bc0db /xlators/storage/posix/src/posix.h
parent826e03db0903abab852bda37d6d77f3dd0f83cc6 (diff)
posix: fill glusterfs.posix.* acl xattrs at dict
Change-Id: I0730a037f96c4386c72ecf2f61c71ec17ffbc1b0 Updates: bz#1634220 Signed-off-by: Kinglong Mee <mijinlong@open-fs.com>
Diffstat (limited to 'xlators/storage/posix/src/posix.h')
-rw-r--r--xlators/storage/posix/src/posix.h4
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 *);