cvs commit: src/sys/kern vfs_subr.c
Christian S.J. Peron
csjp at FreeBSD.org
Sun May 1 19:07:56 PDT 2005
csjp 2005-05-02 02:07:55 UTC
FreeBSD src repository
Modified files:
sys/kern vfs_subr.c
Log:
Since it is not possible for curthread to be NULL in this context,
drop the check+initialization for a straight initialization. Also
assert that curthread will never be NULL just to be sure.
Discussed with: rwatson, peter
MFC after: 1 week
Revision Changes Path
1.622 +2 -4 src/sys/kern/vfs_subr.c
More information about the cvs-src
mailing list