freebsd-nq/sys/fs/devfs
Alfred Perlstein f257b7a54b Make VFS_ROOT() and vflush() take a thread argument.
This is to allow filesystems to decide based on the passed thread
which vnode to return.
Several filesystems used curthread, they now use the passed thread.
2004-07-12 08:14:09 +00:00
..
devfs_devs.c Reduce a fair bit of the atomics because we are now called with a 2004-06-18 08:08:47 +00:00
devfs_rule.c Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
devfs_vfsops.c Make VFS_ROOT() and vflush() take a thread argument. 2004-07-12 08:14:09 +00:00
devfs_vnops.c Second half of the dev_t cleanup. 2004-06-17 17:16:53 +00:00
devfs.h Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00