]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- In ufs_mknod(), hold the lock across the call to vgone() as that is now
authorjeff <jeff@FreeBSD.org>
Sun, 13 Mar 2005 11:59:14 +0000 (11:59 +0000)
committerjeff <jeff@FreeBSD.org>
Sun, 13 Mar 2005 11:59:14 +0000 (11:59 +0000)
commit95aad63765ded717a3938f541d295a29240119db
treebbc81544a1d0e9fb6e5e9da08803738b5491c2e3
parentc376ae435b71dba28c26da9e532da125946047f0
 - 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.
sys/ufs/ufs/ufs_vnops.c