diff options
Diffstat (limited to 'libglusterfs/src')
| -rw-r--r-- | libglusterfs/src/xlator.c | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/libglusterfs/src/xlator.c b/libglusterfs/src/xlator.c index 6098e659b..0d8c2589a 100644 --- a/libglusterfs/src/xlator.c +++ b/libglusterfs/src/xlator.c @@ -544,6 +544,9 @@ loc_wipe (loc_t *loc)                  inode_unref (loc->parent);                  loc->parent = NULL;          } +        uuid_clear (loc->gfid); +        uuid_clear (loc->pargfid); +        loc->ino = 0;  }  | 
