Assert Giant in vrele().

This commit is contained in:
rwatson 2004-05-31 19:06:01 +00:00
parent 0afeadb675
commit afc098b3e1

View File

@ -1963,6 +1963,8 @@ vrele(vp)
{
struct thread *td = curthread; /* XXX */
GIANT_REQUIRED;
KASSERT(vp != NULL, ("vrele: null vp"));
VI_LOCK(vp);