diff options
| -rw-r--r-- | xlators/mount/fuse/src/fuse-bridge.c | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/xlators/mount/fuse/src/fuse-bridge.c b/xlators/mount/fuse/src/fuse-bridge.c index 122304446ef..5d5eb63c74f 100644 --- a/xlators/mount/fuse/src/fuse-bridge.c +++ b/xlators/mount/fuse/src/fuse-bridge.c @@ -253,8 +253,6 @@ fuse_lookup (xlator_t *this, fuse_in_header_t *finh, void *msg)          GET_STATE (this, finh, state); -        uuid_generate (state->gfid); -          ret = fuse_loc_fill (&state->loc, state, 0, finh->nodeid, name);          if (ret < 0) { @@ -275,6 +273,7 @@ fuse_lookup (xlator_t *this, fuse_in_header_t *finh, void *msg)                  gf_log ("glusterfs-fuse", GF_LOG_TRACE,                          "%"PRIu64": LOOKUP %s", finh->unique,                          state->loc.path); +                uuid_generate (state->gfid);          }          fuse_resolve_and_resume (state, fuse_lookup_resume);  | 
