Date: Fri, 18 Oct 2002 16:20:10 -0700 (PDT) From: Matt Dillon <dillon@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys buf.h src/sys/ufs/ufs ufs_readwrite.c Message-ID: <200210182320.g9INKADU096301@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
dillon 2002/10/18 16:20:10 PDT Modified files: (Branch: RELENG_4) sys/sys buf.h sys/ufs/ufs ufs_readwrite.c Log: Clean up -stable's file-rewrite sequential heuristic case to match -current. Our file ops limit the sequential count to 127 so we do not need to reserve 16 bits to hold the count. This should not have any effect on performance. Revision Changes Path 1.88.2.9 +10 -4 src/sys/sys/buf.h 1.65.2.13 +9 -1 src/sys/ufs/ufs/ufs_readwrite.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?200210182320.g9INKADU096301>