summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/dht/src/dht-layout.c
diff options
context:
space:
mode:
authorKrishna Srinivas <krishna@zresearch.com>2009-02-19 12:39:04 -0800
committerAnand V. Avati <avati@amp.gluster.com>2009-02-25 17:47:12 +0530
commit417dfa48df166bfcd3f8a6da56c189de6e7a6aff (patch)
tree08a6b93b3b6d77cc5fbc519c0f39419416aab884 /xlators/cluster/dht/src/dht-layout.c
parent029913bbd62ed7e3c3f436afe92ad6bca9dc642c (diff)
DHT clean up. Lot of selfheal code is not applicable to newly created directory. Newly created directory will use only relavant part of DHT selfheal code - only for xattr application.
DHT clean up. Lot of selfheal code is not applicable to newly created directory. Newly created directory will use only relavant part of DHT selfheal code - only for xattr application. Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
Diffstat (limited to 'xlators/cluster/dht/src/dht-layout.c')
-rw-r--r--xlators/cluster/dht/src/dht-layout.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/xlators/cluster/dht/src/dht-layout.c b/xlators/cluster/dht/src/dht-layout.c
index 1ec2e6c2e..8698df4dc 100644
--- a/xlators/cluster/dht/src/dht-layout.c
+++ b/xlators/cluster/dht/src/dht-layout.c
@@ -196,7 +196,6 @@ dht_disk_layout_merge (xlator_t *this, dht_layout_t *layout,
int start_off = 0;
int stop_off = 0;
-
/* TODO: assert disk_layout_ptr is of required length */
cnt = ntoh32 (disk_layout[0]);