kib         2006-10-18 11:17:15 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/devfs         devfs.h devfs_devs.c devfs_int.h 
                         devfs_vnops.c 
  Log:
  Properly lock the vnode around vgone() calls.
  
  Unlock the vnode in devfs_close() while calling into the driver d_close()
  routine.
  
  devfs_revoke() changes by:      ups
  Reviewed and bugfixes by:       tegge
  Tested by:      mbr, Peter Holm
  Approved by:    pjd (mentor)
  MFC after:      1 week
  
  Revision  Changes    Path
  1.31      +1 -1      src/sys/fs/devfs/devfs.h
  1.48      +45 -15    src/sys/fs/devfs/devfs_devs.c
  1.3       +2 -0      src/sys/fs/devfs/devfs_int.h
  1.136     +65 -9     src/sys/fs/devfs/devfs_vnops.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to