cvs commit: src/sbin/fsck_ffs main.c

Pawel Jakub Dawidek pjd at FreeBSD.org
Thu Aug 9 23:29:55 PDT 2007


pjd         2007-08-10 06:29:54 UTC

  FreeBSD src repository

  Modified files:
    sbin/fsck_ffs        main.c 
  Log:
  Fix fscking gjournaled root file system: root file system is already mounted
  read-only, so we can't simply exit right after calling gjournal_check(),
  instead we need to ask about super block reload.
  
  Submitted by:   Niki Denev <niki at totalterror.net>
  PR:             misc/113889
  Approved by:    re (kensmith)
  
  Revision  Changes    Path
  1.46      +36 -19    src/sbin/fsck_ffs/main.c


More information about the cvs-src mailing list