diff options
Diffstat (limited to 'xlators/storage/posix/src/posix.c')
| -rw-r--r-- | xlators/storage/posix/src/posix.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/storage/posix/src/posix.c b/xlators/storage/posix/src/posix.c index 75719021b2c..6d0786c2949 100644 --- a/xlators/storage/posix/src/posix.c +++ b/xlators/storage/posix/src/posix.c @@ -3336,7 +3336,7 @@ posix_getxattr (call_frame_t *frame, xlator_t *this,          }          if (loc->inode && IA_ISREG (loc->inode->ia_type) && name &&              (strcmp (name, GF_XATTR_PATHINFO_KEY) == 0)) { -                snprintf (host_buf, 1024, "%s:%s", priv->hostname, +                snprintf (host_buf, 1024, "<POSIX:%s:%s>", priv->hostname,                            real_path);                  ret = dict_set_str (dict, GF_XATTR_PATHINFO_KEY,                                      host_buf);  | 
