diff options
Diffstat (limited to 'xlators/storage/posix/src')
| -rw-r--r-- | xlators/storage/posix/src/posix-helpers.c | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/xlators/storage/posix/src/posix-helpers.c b/xlators/storage/posix/src/posix-helpers.c index c2da976533a..ba42272065b 100644 --- a/xlators/storage/posix/src/posix-helpers.c +++ b/xlators/storage/posix/src/posix-helpers.c @@ -749,6 +749,9 @@ _handle_list_xattr (dict_t *xattr_req, const char *real_path, int fdnum,                  if (posix_special_xattr (marker_xattrs, key))                          goto next; +                if (!fnmatch (GF_XATTR_STIME_PATTERN, key, 0)) +                        goto next; +                  if (dict_get (filler->xattr, key))                          goto next;  | 
