Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Mar 2005 11:59:14 +0000 (UTC)
From:      Jeff Roberson <jeff@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/ufs/ufs ufs_vnops.c
Message-ID:  <200503131159.j2DBxEN4041576@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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