diff options
author | Amar Tumballi <amar@gluster.com> | 2010-09-14 07:40:11 +0000 |
---|---|---|
committer | Vijay Bellur <vijay@dev.gluster.com> | 2010-09-14 08:16:01 -0700 |
commit | 8e068b0615859829ac1bb2351b78307b2b496cdc (patch) | |
tree | 841bc095caf5ed8f81e3d371ce4366a6664e52e4 /xlators/cluster/dht/src/dht-helper.c | |
parent | c55cc2d5362a607692beac96a34add2e79a9ad44 (diff) |
remove 'gen' from iatt/protocol structures
Signed-off-by: Amar Tumballi <amar@gluster.com>
Signed-off-by: Vijay Bellur <vijay@dev.gluster.com>
BUG: 971 (dynamic volume management)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=971
Diffstat (limited to 'xlators/cluster/dht/src/dht-helper.c')
-rw-r--r-- | xlators/cluster/dht/src/dht-helper.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xlators/cluster/dht/src/dht-helper.c b/xlators/cluster/dht/src/dht-helper.c index 804685b65ba..147cd0fe7dc 100644 --- a/xlators/cluster/dht/src/dht-helper.c +++ b/xlators/cluster/dht/src/dht-helper.c @@ -420,7 +420,6 @@ dht_iatt_merge (xlator_t *this, struct iatt *to, uuid_copy (to->ia_gfid, from->ia_gfid); dht_itransform (this, subvol, from->ia_ino, &to->ia_ino); - to->ia_gen = from->ia_gen; to->ia_prot = from->ia_prot; to->ia_type = from->ia_type; |