cvs commit: src/sys/ufs/ufs ufs_vnops.c

Jeff Roberson jeff at FreeBSD.org
Sun Mar 13 03:59:15 PST 2005


jeff        2005-03-13 11:59:14 UTC

  FreeBSD src repository

  Modified files:
    sys/ufs/ufs          ufs_vnops.c 
  Log:
   - In ufs_mknod(), hold the lock across the call to vgone() as that is now
     required.
   - In ufs_close(), don't do the EAGAIN vrele hack, the top layer now calls
     vn_start_write before the lock is acquired as it should.
  
  Sponsored by:   Isilon Systems, Inc.
  
  Revision  Changes    Path
  1.267     +4 -24     src/sys/ufs/ufs/ufs_vnops.c


More information about the cvs-src mailing list