From owner-cvs-all Fri Oct 18 16:20:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A3F637B404; Fri, 18 Oct 2002 16:20:26 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCD8943EA3; Fri, 18 Oct 2002 16:20:25 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9INKAmV096302; Fri, 18 Oct 2002 16:20:10 -0700 (PDT) (envelope-from dillon@repoman.freebsd.org) Received: (from dillon@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9INKADU096301; Fri, 18 Oct 2002 16:20:10 -0700 (PDT) Message-Id: <200210182320.g9INKADU096301@repoman.freebsd.org> From: Matt Dillon Date: Fri, 18 Oct 2002 16:20:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys buf.h src/sys/ufs/ufs ufs_readwrite.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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