From 417dfa48df166bfcd3f8a6da56c189de6e7a6aff Mon Sep 17 00:00:00 2001 From: Krishna Srinivas Date: Thu, 19 Feb 2009 12:39:04 -0800 Subject: 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 --- xlators/cluster/dht/src/dht-layout.c | 1 - 1 file changed, 1 deletion(-) (limited to 'xlators/cluster/dht/src/dht-layout.c') 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]); -- cgit