diff options
author | Pranith Kumar K <pranithk@gluster.com> | 2011-11-02 13:09:41 +0530 |
---|---|---|
committer | Vijay Bellur <vijay@gluster.com> | 2011-11-23 03:09:49 -0800 |
commit | c9fbd4c309552f7f845e73c92315abe3b6d7081b (patch) | |
tree | 62fbca1ab2e752d4e0b85a2a3da74b4f9f57f30b | |
parent | 119289fa51cd6e6ceb149dd3a9596478a85adff4 (diff) |
cluster/dht: set gfid in lookup loc
Change-Id: I59599cc88be1d973c955600fdd54e6c49c77b4a2
BUG: 3770
Reviewed-on: http://review.gluster.com/681
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vijay@gluster.com>
-rw-r--r-- | xlators/cluster/dht/src/dht-common.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xlators/cluster/dht/src/dht-common.c b/xlators/cluster/dht/src/dht-common.c index 49f3bc7be0c..7508684aaf2 100644 --- a/xlators/cluster/dht/src/dht-common.c +++ b/xlators/cluster/dht/src/dht-common.c @@ -3641,6 +3641,8 @@ dht_rmdir_is_subvol_empty (call_frame_t *frame, xlator_t *this, if (build_ret != 0) goto err; + uuid_copy (lookup_local->loc.gfid, trav->d_stat.ia_gfid); + gf_log (this->name, GF_LOG_TRACE, "looking up %s on %s", lookup_local->loc.path, src->name); |