]> git.ipfire.org Git - thirdparty/squid.git/commit
DW:
authorwessels <>
Wed, 21 Jun 2000 13:32:13 +0000 (13:32 +0000)
committerwessels <>
Wed, 21 Jun 2000 13:32:13 +0000 (13:32 +0000)
commit7241ebf42cb1b292befb6e9436a1ea50ac8e05e7
tree866209838963894c9e80a8c5890b6592db551243
parent57a1e5d386d94c727359953a0bb3c0ff28527614
DW:
 - Added a special checks for large files.  I've been seeing a
   system crash followed by a reboot that seems to corrupt the swap
   log.  Squid believes that the disk holds some really large files.
   It complains about using being over the high water mark and
   proceeds to delete files as fast as it can.  To prevent that,
   we call stat() on sufficiently large files (>128KB) and reject
   those that are missing or have the wrong size.
src/fs/diskd/store_dir_diskd.cc