Remove the thread_t argument from vfs_busy() and vfs_unbusy(). Passing a
authorMatthew Dillon <dillon@dragonflybsd.org>
Fri, 5 May 2006 21:27:58 +0000 (21:27 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Fri, 5 May 2006 21:27:58 +0000 (21:27 +0000)
commitf9642f56e08a4cd3684ce70b6dc094c2287e4feb
tree3b5cd9b2c35e41388fcd3a7e5b5e18ab9fee3690
parentca466baeb91097acf0817cd63a0c33886ca69d31
Remove the thread_t argument from vfs_busy() and vfs_unbusy().  Passing a
thread_t to these functions has always been questionable at best.
sys/kern/vfs_cache.c
sys/kern/vfs_conf.c
sys/kern/vfs_mount.c
sys/kern/vfs_nlookup.c
sys/kern/vfs_sync.c
sys/kern/vfs_syscalls.c
sys/sys/mount.h
sys/vfs/gnu/ext2fs/ext2_vfsops.c
sys/vfs/nfs/nfs_vfsops.c
sys/vfs/ufs/ufs_vfsops.c
sys/vfs/union/union_vnops.c