diff options
author | Pranith Kumar K <pranithk@gluster.com> | 2011-11-02 13:09:41 +0530 |
---|---|---|
committer | Vijay Bellur <vijay@gluster.com> | 2011-11-03 02:58:48 -0700 |
commit | 1e63c85ac888a018d0fa0c8dfd2473061a536b5c (patch) | |
tree | 13856171eca85c5d002fa1cf095c3a78acaf7591 /xlators/cluster | |
parent | d70fe4d307aa664dd6774623a351e9f9334e27e8 (diff) |
cluster/dht: set gfid in lookup loc
Change-Id: Ic7a7b344bc62bf4c78e092c34c4c9cb3e0ba6cdc
BUG: 3770
Reviewed-on: http://review.gluster.com/660
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Amar Tumballi <amar@gluster.com>
Diffstat (limited to 'xlators/cluster')
-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 785152bb368..111ba193318 100644 --- a/xlators/cluster/dht/src/dht-common.c +++ b/xlators/cluster/dht/src/dht-common.c @@ -4486,6 +4486,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); |