Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Feb 2002 14:13:56 -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_alloc.c
Message-ID:  <200202072213.g17MDuW98705@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
mckusick    2002/02/07 14:13:56 PST

  Modified files:
    sys/ufs/ffs          ffs_alloc.c 
  Log:
  Occationally background fsck would cause a spurious ``freeing free
  inode'' panic. This change corrects that problem by setting the
  fs_active flag when the inode map changes to notify the snapshot
  code that the cylinder group must be rescanned.
  
  Submitted by:   Robert Watson <rwatson@FreeBSD.org>
  
  Revision  Changes    Path
  1.87      +4 -0      src/sys/ufs/ffs/ffs_alloc.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?200202072213.g17MDuW98705>