DragonFly BSD
DragonFly commits List (threaded) for 2004-06
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: cvs commit: src/sys/kern kern_exit.c vfs_subr.c vfs_vnops.c src/sys/vfs/specfs spec_vnops.c


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Wed, 23 Jun 2004 09:45:52 -0700 (PDT)

:+                       if ((vp = sp->s_ttyvp) != NULL) {
:+                               sp->s_ttyvp = NULL;
:                                vrele(sp->s_ttyvp);
:
:This is bogus because vrele(vp) has an KASSERT for vp != NULL. I can
:hit it pretty easy.
:
:Joerg

    Doh!  That was supposed to be vrele(vp).  Fixed.  Try now.

					-Matt
					Matthew Dillon 
					<dillon@xxxxxxxxxxxxx>



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]