Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Jun 2010 00:26:07 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sbin/fsck_ffs main.c suj.c
Message-ID:  <201006220026.o5M0QR2L004773@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
delphij     2010-06-22 00:26:07 UTC

  FreeBSD src repository

  Modified files:
    sbin/fsck_ffs        main.c suj.c 
  Log:
  SVN rev 209408 on 2010-06-22 00:26:07Z by delphij
  
  Improve fsck robustness for SU+J cases:
  
   - Use err/errx only when the case is really fatal.  For other
     cases, fall back to full fsck instead of quiting fsck.
   - Plug a memory leak.
   - Avoid divide by zero when printing summary.
   - Output "FILE SYSTEM IS MARKED CLEAN" when a successful
     journal recovering is done.
   - When -f is specified, do full fsck instead of journal recovery.
  
  Revision  Changes    Path
  1.60      +10 -8     src/sbin/fsck_ffs/main.c
  1.3       +107 -52   src/sbin/fsck_ffs/suj.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006220026.o5M0QR2L004773>