diff options
| author | ngkaho1234 <ngkaho1234@gmail.com> | 2016-03-17 04:27:53 +0000 |
|---|---|---|
| committer | ngkaho1234 <ngkaho1234@gmail.com> | 2016-03-17 04:27:53 +0000 |
| commit | b088876e58e9d57b0066f10d96ba02985457fda7 (patch) | |
| tree | 18074786ecc6fd8d1bb1c81f94ad582aa4cbdb05 /include | |
| parent | 0df604ce1c4268176aa9925b3deb6e05294ec145 (diff) | |
ext4_xattr: fix xattr functions not recognizing acl attribute name.
Diffstat (limited to 'include')
| -rw-r--r-- | include/ext4_xattr.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/ext4_xattr.h b/include/ext4_xattr.h index 9345ea1..65eb768 100644 --- a/include/ext4_xattr.h +++ b/include/ext4_xattr.h @@ -101,7 +101,8 @@ void ext4_fs_xattr_iterate(struct ext4_xattr_ref *ref, void ext4_fs_xattr_iterate_reset(struct ext4_xattr_ref *ref); const char *ext4_extract_xattr_name(const char *full_name, size_t full_name_len, - uint8_t *name_index, size_t *name_len); + uint8_t *name_index, size_t *name_len, + bool *found); const char *ext4_get_xattr_name_prefix(uint8_t name_index, size_t *ret_prefix_len); |
