]> git.ipfire.org Git - thirdparty/squid.git/commit
DW:
authorwessels <>
Mon, 29 May 2000 09:10:39 +0000 (09:10 +0000)
committerwessels <>
Mon, 29 May 2000 09:10:39 +0000 (09:10 +0000)
commit6d037d01eab972d95f3f6b4042423ccd9cb489db
tree7c0d4c79f49c56c613b406c183476409480d2b53
parent3ef5a51ffb89d2d052dee336f16e8ed122e33f56
DW:
 - Running the current code on an older 2.4 cache results in unlink
   errors.  During 2.4 development, we changed the way swap file
   numbers are assigned and stored.  The high 16 bits used to encode
   the SD index number.  There used to be a call to storeDirProperFileno
   here that re-assigned the index bits.  Now, for backwards
   compatibility, we just need to mask it off.
src/fs/diskd/store_dir_diskd.cc
src/fs/ufs/store_dir_ufs.cc