diff options
| -rw-r--r-- | xlators/storage/posix/src/posix-helpers.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/storage/posix/src/posix-helpers.c b/xlators/storage/posix/src/posix-helpers.c index e09c6d796cb..826441f1dd7 100644 --- a/xlators/storage/posix/src/posix-helpers.c +++ b/xlators/storage/posix/src/posix-helpers.c @@ -111,6 +111,7 @@ posix_handle_georep_xattrs (call_frame_t *frame, const char *name,          static const char *georep_xattr[]   = { "*.glusterfs.*.stime",                                                  "*.glusterfs.*.xtime",                                                  "*.glusterfs.*.entry_stime", +                                                "*.glusterfs.volume-mark.*",                                                  NULL                                                };          if (frame && frame->root) {  | 
