Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Nov 2002 13:41:42 -0800 (PST)
From:      Julian Elischer <julian@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/fsck_ffs pass5.c
Message-ID:  <200211242141.gAOLfgKf007413@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
julian      2002/11/24 13:41:42 PST

  Modified files:
    sbin/fsck_ffs        pass5.c 
  Log:
  Fsck needs to check each CG's rotor values to ensure thay are not -ve.
  It seems a common corruption to have them -ve (I've seen it several times)
  and if fsck doesn't fix it, it leads to a kernel pagefault.
  
  Reviewd by: kirk
  Submitted by: Eric Jacobs <eaja@erols.com> and me independently.
  MFC in: 2 days
  PR: bin/40967
  Approved by: re
  
  Revision  Changes    Path
  1.33      +3 -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?200211242141.gAOLfgKf007413>