cvs commit: src/sys/gnu/ext2fs ext2_vfsops.c src/sys/ufs/ffs ffs_vfsops.c

Alfred Perlstein bright at mu.org
Mon Nov 3 10:55:23 PST 2003


* Alexander Kabaev <kan at FreeBSD.org> [031102 20:46] wrote:
> kan         2003/11/02 20:46:19 PST
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sys/gnu/ext2fs       ext2_vfsops.c 
>     sys/ufs/ffs          ffs_vfsops.c 
>   Log:
>   Use VOP_UNLOCK/vrele instead of vput. td was erecived as a parameter
>   and one cannot be sure it is equal to curthread.

If there is one place (boot()) where this isn't the case, can't that
place be fixed?  My guess is that a lot of other stuff breaks when
the thread vop parameter isn't curthread in other cases.

-- 
- Alfred Perlstein
- Research Engineering Development Inc.
- email: bright at mu.org cell: 408-480-4684


More information about the cvs-src mailing list