diff options
| -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 cdfa437ab75..5240659abe0 100644 --- a/xlators/storage/posix/src/posix.c +++ b/xlators/storage/posix/src/posix.c @@ -548,7 +548,7 @@ posix_lookup (call_frame_t *frame, xlator_t *this,          MAKE_REAL_PATH (real_path, this, loc->path); -        posix_gfid_set (this, real_path, xattr_req); +        posix_gfid_heal (this, real_path, xattr_req);          op_ret   = posix_lstat_with_gfid (this, real_path, &buf);          op_errno = errno;  | 
