From: Alex Rousskov Date: Thu, 12 May 2011 04:01:29 +0000 (-0600) Subject: Clarified TODO. X-Git-Tag: take07~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=022f96ad0ab9b00e4f839e7517c267ef56e07c7d;p=thirdparty%2Fsquid.git Clarified TODO. --- diff --git a/src/store_dir.cc b/src/store_dir.cc index 699e9e35a3..8ecdbad5d0 100644 --- a/src/store_dir.cc +++ b/src/store_dir.cc @@ -718,7 +718,8 @@ StoreController::get(const cache_key *key) } } - // TODO: this disk iteration is misplaced; move to StoreHashIndex + // TODO: this disk iteration is misplaced; move to StoreHashIndex when + // the global store_table is no longer used for in-transit objects. if (const int cacheDirs = Config.cacheSwap.n_configured) { // ask each cache_dir until the entry is found; use static starting // point to avoid asking the same subset of disks more often