freebsd-skq/sys/fs/nullfs
dim 7958662e66 In sys/fs/nullfs/null_subr.c, in a KASSERT, output the correct vnode
pointer 'lowervp' instead of 'vp', which is uninitialized at that point.

Reviewed by:	kib
MFC after:	1 week
2012-01-05 17:06:04 +00:00
..
null_subr.c In sys/fs/nullfs/null_subr.c, in a KASSERT, output the correct vnode 2012-01-05 17:06:04 +00:00
null_vfsops.c Do the vput() for the lowervp in the null_nodeget() for error case too. 2012-01-03 21:09:07 +00:00
null_vnops.c Do the vput() for the lowervp in the null_nodeget() for error case too. 2012-01-03 21:09:07 +00:00
null.h