diff options
| -rw-r--r-- | xlators/storage/posix/src/posix.c | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/xlators/storage/posix/src/posix.c b/xlators/storage/posix/src/posix.c index 8cbe2c5a02e..2a29f167250 100644 --- a/xlators/storage/posix/src/posix.c +++ b/xlators/storage/posix/src/posix.c @@ -4683,7 +4683,7 @@ _posix_handle_xattr_keyvalue_pair (dict_t *d, char *k, data_t *v,                                                  "fgetxattr failed on gfid=%s "                                                  "while doing xattrop: "                                                  "Key:%s (%s)", -                                                uuid_utoa (filler->fd->inode->gfid), +                                                uuid_utoa (filler->inode->gfid),                                                  k, strerror (op_errno));                          } @@ -4738,7 +4738,7 @@ unlock:                          gf_log (this->name, GF_LOG_ERROR,                                  "fsetxattr failed on gfid=%s while doing xattrop: "                                  "key=%s (%s)", -                                uuid_utoa (filler->fd->inode->gfid), +                                uuid_utoa (filler->inode->gfid),                                  k, strerror (op_errno));                  op_ret = -1; @@ -4756,7 +4756,7 @@ unlock:                                  gf_log (this->name, GF_LOG_DEBUG,                                          "dict_set_bin failed (gfid=%s): "                                          "key=%s (%s)", -                                        uuid_utoa (filler->fd->inode->gfid), +                                        uuid_utoa (filler->inode->gfid),                                          k, strerror (-size));                          op_ret = -1;  | 
