cvs commit: src/sys/fs/devfs devfs.h devfs_devs.c devfs_int.h
devfs_vnops.c
Konstantin Belousov
kib at FreeBSD.org
Wed Oct 18 11:17:34 UTC 2006
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
More information about the cvs-src
mailing list