Date: Mon, 2 Nov 1998 15:51:00 -0800 (PST) From: Michael Smith <msmith@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/boot/common bcache.c Message-ID: <199811022351.PAA16962@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
msmith 1998/11/02 15:50:59 PST Modified files: sys/boot/common bcache.c Log: Ok, the entry aging algorithm sucked; 1s time resolution is not enough for LRU. Use a 31-bit counter instead. If we decide to do heavy I/O through the bootloader this will have to be revisited. Revision Changes Path 1.2 +16 -7 src/sys/boot/common/bcache.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199811022351.PAA16962>