Re: svn commit: r248625 - head/sbin/fsck_ffs

2013-03-22 Thread Glen Barber
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

Re: svn commit: r248625 - head/sbin/fsck_ffs

2013-03-22 Thread Sean Bruno
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 -

Re: svn commit: r248625 - head/sbin/fsck_ffs

2013-03-22 Thread Sean Bruno
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

svn commit: r248625 - head/sbin/fsck_ffs

2013-03-22 Thread Kirk McKusick
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,