cvs commit: src/sys/ufs/ffs ffs_vnops.c

Brian Somers brian at FreeBSD.org
Mon Mar 19 18:51:03 UTC 2007


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


More information about the cvs-src mailing list