From owner-cvs-all Wed Dec 1 11:34:25 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EEB05151CC; Wed, 1 Dec 1999 11:34:21 -0800 (PST) (envelope-from mckusick@FreeBSD.org) Received: (from mckusick@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA92479; Wed, 1 Dec 1999 11:33:13 -0800 (PST) (envelope-from mckusick@FreeBSD.org) Message-Id: <199912011933.LAA92479@freefall.freebsd.org> From: Kirk McKusick Date: Wed, 1 Dec 1999 11:33:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ffs ffs_alloc.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mckusick 1999/12/01 11:33:13 PST Modified files: sys/ufs/ffs ffs_alloc.c Log: Preferentially allocate the first indirect block in the same cylinder group as the inode. This makes a 15% difference in read speed for files in the 96K to 500K size range. Revision Changes Path 1.62 +2 -2 src/sys/ufs/ffs/ffs_alloc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message