]> git.ipfire.org Git - thirdparty/squid.git/commit
DW:
authorwessels <>
Fri, 13 Oct 2000 12:35:05 +0000 (12:35 +0000)
committerwessels <>
Fri, 13 Oct 2000 12:35:05 +0000 (12:35 +0000)
commitfaec503cc8642059f3c6fb5b5ca6e7dac70b70f4
tree1207d1b845a62b6a226cd680d9eabec4bc631375
parent08e8e020569dfd9d49330bc4e65a13b6cca85533
DW:
 - We have to test the bit before calling file_map_bit_reset.
   file_map_bit_reset doesn't do bounds checking.  It assumes
   filn is a valid file number, but it might not be because
   the map is dynamic in size.  Also clearing an already clear
   bit puts the map counter of-of-whack.  Damn, been looking
   for that bug for a long time.

- gindent for good measure.
src/fs/aufs/store_dir_aufs.cc
src/fs/diskd/store_dir_diskd.cc
src/fs/ufs/store_dir_ufs.cc