diff options
Diffstat (limited to 'xlators/system/posix-acl/src/posix-acl-xattr.h')
| -rw-r--r-- | xlators/system/posix-acl/src/posix-acl-xattr.h | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/xlators/system/posix-acl/src/posix-acl-xattr.h b/xlators/system/posix-acl/src/posix-acl-xattr.h index 2933c205725..e5bc4a17ac6 100644 --- a/xlators/system/posix-acl/src/posix-acl-xattr.h +++ b/xlators/system/posix-acl/src/posix-acl-xattr.h @@ -11,16 +11,19 @@ #ifndef _POSIX_ACL_XATTR_H #define _POSIX_ACL_XATTR_H -#include "common-utils.h" +#include <glusterfs/common-utils.h> #include "posix-acl.h" -#include "glusterfs.h" -#include "glusterfs-acl.h" +#include <glusterfs/glusterfs.h> +#include <glusterfs/glusterfs-acl.h> -struct posix_acl *posix_acl_from_xattr (xlator_t *this, const char *buf, int size); +struct posix_acl * +posix_acl_from_xattr(xlator_t *this, const char *buf, int size); -int posix_acl_to_xattr (xlator_t *this, struct posix_acl *acl, char *buf, int size); - -int posix_acl_matches_xattr (xlator_t *this, struct posix_acl *acl, const char *buf, int size); +int +posix_acl_to_xattr(xlator_t *this, struct posix_acl *acl, char *buf, int size); +int +posix_acl_matches_xattr(xlator_t *this, struct posix_acl *acl, const char *buf, + int size); #endif /* !_POSIX_ACL_XATTR_H */ |
