On Fri, Mar 22, 2013 at 09:50:44PM +, Kirk McKusick wrote:
> Author: mckusick
> Date: Fri Mar 22 21:50:43 2013
> New Revision: 248625
> URL: http://svnweb.freebsd.org/changeset/base/248625
>
This commit breaks sbin/fsdb:
gjb@nucleus:~/freebsd/src/head/sbin/fsdb % make
Warning: Object directo
This completely breaks sbin/fsdb ...
Warning: Object directory not changed from
original /home/sbruno/bsd/head/sbin/fsdb
cc -O2 -pipe -I/home/sbruno/bsd/head/sbin/fsdb/../fsck_ffs -std=gnu99
-Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall
-Wno-format-y2k -Wno-uninitialized -
On Fri, 2013-03-22 at 21:50 +, Kirk McKusick wrote:
> Author: mckusick
> Date: Fri Mar 22 21:50:43 2013
> New Revision: 248625
> URL: http://svnweb.freebsd.org/changeset/base/248625
>
> Log:
> Speed up fsck by caching the cylinder group maps in pass1 so
> that they do not need to be read a
Author: mckusick
Date: Fri Mar 22 21:50:43 2013
New Revision: 248625
URL: http://svnweb.freebsd.org/changeset/base/248625
Log:
Speed up fsck by caching the cylinder group maps in pass1 so
that they do not need to be read again in pass5. As this nearly
doubles the memory requirement for fsck,