freebsd-dev/sys/fs/devfs
Jeff Roberson 7b6b7657d2 - In devfs_open() and devfs_close() grab Giant if the driver sets NEEDGIANT.
We still have to DROP_GIANT and PICKUP_GIANT when NEEDGIANT is not set
   because vfs is still sometime entered with Giant held.
2005-05-01 00:56:34 +00:00
..
devfs_devs.c cdev (still) needs per instance uid/gid/mode 2005-03-31 10:29:57 +00:00
devfs_rule.c
devfs_vfsops.c - Mark devfs as MNTK_MPSAFE as I belive it does not require Giant. 2005-04-30 11:24:17 +00:00
devfs_vnops.c - In devfs_open() and devfs_close() grab Giant if the driver sets NEEDGIANT. 2005-05-01 00:56:34 +00:00
devfs.h