Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Mar 2007 18:51:02 +0000 (UTC)
From:      Brian Somers <brian@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/ufs/ffs ffs_vnops.c
Message-ID:  <200703191851.l2JIp3p2001077@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       2007-03-19 18:51:02 UTC

  FreeBSD src repository

  Modified files:
    sys/ufs/ffs          ffs_vnops.c 
  Log:
  When we write extended attributes, assert that the inode hasn't
  already been deleted.  The assertion is important to show that
  we won't end up accounting for extended attribute blocks (using
  fs_pendingblocks) in our subsequent call to fs_alloc().
  
  Agreed verbally by: mckusick
  
  MFC after:      3 weeks
  
  Revision  Changes    Path
  1.169     +3 -0      src/sys/ufs/ffs/ffs_vnops.c



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