Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Mar 2001 20:05:21 -0800 (PST)
From:      Kirk McKusick <mckusick@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/ufs/ffs ffs_snapshot.c
Message-ID:  <200103210405.f2L45LG68136@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
mckusick    2001/03/20 20:05:21 PST

  Modified files:
    sys/ufs/ffs          ffs_snapshot.c 
  Log:
  Clear the fs_clean flag only when the FS_UNCLEAN flag is not set
  (as is done in unmount).
  
  Remove a snapshot inode from the superblock list when its last
  name goes away rather than when its last reference goes away.
  That way it will be properly reclaimed by fsck after a crash
  rather than reenabled when the filesystem is mounted.
  
  Revision  Changes    Path
  1.12      +21 -17    src/sys/ufs/ffs/ffs_snapshot.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?200103210405.f2L45LG68136>