From owner-freebsd-commit Mon Feb 26 17:53:40 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA07642 for freebsd-commit-outgoing; Mon, 26 Feb 1996 17:53:40 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA07634 for cvs-all-outgoing; Mon, 26 Feb 1996 17:53:34 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA07607 Mon, 26 Feb 1996 17:53:19 -0800 (PST) Date: Mon, 26 Feb 1996 17:53:19 -0800 (PST) From: Mike Pritchard Message-Id: <199602270153.RAA07607@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/quotacheck quotacheck.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk mpp 96/02/26 17:53:19 Modified: sbin/quotacheck quotacheck.c Log: Fix quotacheck to not do a bunch of unneeded fseeks if the quota file information is accurate. This makes it about twice as fast when the uid name space is very large. Revision Changes Path 1.4 +9 -2 src/sbin/quotacheck/quotacheck.c