]> git.ipfire.org Git - thirdparty/squid.git/commit
Removed "multiple of page size" restriction on cache_dir rock max-size.
authorAlex Rousskov <rousskov@measurement-factory.com>
Tue, 1 Feb 2011 20:43:57 +0000 (13:43 -0700)
committerAlex Rousskov <rousskov@measurement-factory.com>
Tue, 1 Feb 2011 20:43:57 +0000 (13:43 -0700)
commit95be26ed834fa89ac6da8e0e85559614e846364c
treedf0d37deb14d30dfc40cb1c2375d185b6cd0559c
parente528e570c63767f1fdb9232397046346bfcc2fcf
Removed "multiple of page size" restriction on cache_dir rock max-size.

The restriction came from mmap writing days and was meant to prevent forcing
mmap to read and merge the unchanged tail of a page we were updating.
src/fs/rock/RockSwapDir.cc