Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Aug 2007 06:29:54 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/fsck_ffs main.c
Message-ID:  <200708100629.l7A6TsjW070925@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@totalterror.net>
  PR:             misc/113889
  Approved by:    re (kensmith)
  
  Revision  Changes    Path
  1.46      +36 -19    src/sbin/fsck_ffs/main.c



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