diff options
Diffstat (limited to 'xlators/storage/posix/src/posix-helpers.c')
| -rw-r--r-- | xlators/storage/posix/src/posix-helpers.c | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/xlators/storage/posix/src/posix-helpers.c b/xlators/storage/posix/src/posix-helpers.c index 816fb3587d2..6d7d8c512db 100644 --- a/xlators/storage/posix/src/posix-helpers.c +++ b/xlators/storage/posix/src/posix-helpers.c @@ -1208,6 +1208,10 @@ posix_handle_pair (xlator_t *this, const char *real_path,          } else if (!strncmp(key, POSIX_ACL_ACCESS_XATTR, strlen(key))                     && stbuf && IS_DHT_LINKFILE_MODE (stbuf)) {                  goto out; +        } else if (!strncmp(key, GF_INTERNAL_CTX_KEY, strlen(key))) { +                /* ignore this key value pair */ +                ret = 0; +                goto out;          } else {                  sys_ret = sys_lsetxattr (real_path, key, value->data,                                           value->len, flags);  | 
