freebsd-dev/sys/fs/nullfs
Konstantin Belousov dd0f9532f3 Do the vput() for the lowervp in the null_nodeget() for error case too.
Several callers of null_nodeget() did the cleanup itself, but several
missed it, most prominent being null_bypass(). Remove the cleanup from
the callers, now null_nodeget() handles lowervp free itself.

Reported and tested by:	pho
MFC after:	1 week
2012-01-03 21:09:07 +00:00
..
null_subr.c Do the vput() for the lowervp in the null_nodeget() for error case too. 2012-01-03 21:09:07 +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