Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Sep 1998 21:59:43 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/ufs/ffs ffs_vfsops.c
Message-ID:  <199809260459.VAA29527@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1998/09/25 21:59:43 PDT

  Modified files:
    sys/ufs/ffs          ffs_vfsops.c 
  Log:
  Fixed clean flag handling:
  - don't set the clean flag on unmount of an unclean filesystem that was
    (forcibly) mounted rw.
  - set the clean flag on rw -> ro update of a mounted initially-clean
    filesystem.
  - fixed some style bugs (mostly long lines).
  
  This uses the fs_flags field and FS_UNCLEAN state bit which were
  introduced in the softdep changes.  NetBSD uses extra state bits in
  fs_clean.
  
  Reviewed by:	luoqui
  
  Revision  Changes    Path
  1.88      +33 -23    src/sys/ufs/ffs/ffs_vfsops.c



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