Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Oct 2002 00:28:36 -0700 (PDT)
From:      Kirk McKusick <mckusick@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/ufs/ufs inode.h
Message-ID:  <200210090728.g997SamI040233@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
mckusick    2002/10/09 00:28:36 PDT

  Modified files:
    sys/ufs/ufs          inode.h 
  Log:
  When creating a snapshot, create a list of initially allocated blocks.
  Whenever doing a copy-on-write check, first look in the list of
  initially allocated blocks to see if it is there. If so, no further
  check is needed. If not, fall through and do the full check. This
  change eliminates one of two known deadlocks caused by snapshots.
  Handling the second deadlock will be the subject of another check-in.
  This change also reduces the cost of the copy-on-write check by
  speeding up the verification of frequently checked blocks.
  
  Sponsored by:   DARPA & NAI Labs.
  
  Revision  Changes    Path
  1.41      +3 -1      src/sys/ufs/ufs/inode.h

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?200210090728.g997SamI040233>