]> git.ipfire.org Git - thirdparty/squid.git/commit
DW:
authorwessels <>
Mon, 29 May 2000 07:53:58 +0000 (07:53 +0000)
committerwessels <>
Mon, 29 May 2000 07:53:58 +0000 (07:53 +0000)
commit3ef5a51ffb89d2d052dee336f16e8ed122e33f56
tree67abdc71f442fc6ad5d0824106c00a96a8fbf5c8
parent767e4890d5c512811fa46db1f92b7192217dcd9f
DW:
 - The 'flag' parameter of storeDirValidFileno got deleted when it
   became storeDirFSValidFileno (at least for diskd and ufs).
   This flag is important for rebuilding.  When the flag is set, it
   enables the out-of-range check against the filemap size.  Without
   this check, the filemap does not grow during the rebuild procedure.
   Instead, all objects with file numbers larger than the default (16k?)
   get declared invalid and most of the cached objects are lost.
src/fs/diskd/store_dir_diskd.cc
src/fs/ufs/store_dir_ufs.cc