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 e917766b5fe..0a7030213b5 100644 --- a/xlators/storage/posix/src/posix.c +++ b/xlators/storage/posix/src/posix.c @@ -129,7 +129,7 @@ posix_lookup (call_frame_t *frame, xlator_t *this,                  MAKE_ENTRY_HANDLE (real_path, par_path, this, loc, &buf);                  if (uuid_is_null (loc->inode->gfid)) { -                        posix_gfid_set (this, real_path, loc, xdata); +                        posix_gfid_heal (this, real_path, loc, xdata);                          MAKE_ENTRY_HANDLE (real_path, par_path, this,                                             loc, &buf);                  }  | 
