Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jul 2002 13:49:29 -0700 (PDT)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/fsck_ffs Makefile pass5.c
Message-ID:  <200207302049.g6UKnTpd065405@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         2002/07/30 13:49:29 PDT

  Modified files:
    sbin/fsck_ffs        Makefile pass5.c 
  Log:
  Remove some additional paranoia which Kirk forgot to remove from his
  UFS2 commit.
  
  These bits in essence made any instance of "softupdates expected
  corrution", (ie blocks marked allocated but not referenced by an
  inode etc) result in a exit value for fsck_ffs of 2.
  
  2 is part of the magic and appearantly undocumented protocol between
  fsck_FOO and fsck and means "dump into single user mode ASAP.
  
  Sponsored by:   DARPA & NAI Labs.
  
  Revision  Changes    Path
  1.11      +2 -1      src/sbin/fsck_ffs/Makefile
  1.30      +0 -3      src/sbin/fsck_ffs/pass5.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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