freebsd-dev/sys/fs/nullfs
Mateusz Guzik 6a3e46059a nullfs: plug vnode ref leak in null_vptocnp
The lower vnode is already referenced and nodeget is supposed to consume
the reference. Thus the extra vref call was causing a leak.

Reported by:	pho
Reviewed by:	kib
MFC after:	1 week
2016-09-09 10:40:55 +00:00
..
null_subr.c Convert nullfs hash lock from a mutex to an rwlock. 2014-12-30 21:41:35 +00:00
null_vfsops.c Pass MNTK_NO_IOPF and MNTK_UNMAPPED_BUFS flags from the lower 2016-03-04 17:24:28 +00:00
null_vnops.c nullfs: plug vnode ref leak in null_vptocnp 2016-09-09 10:40:55 +00:00
null.h - Fix nullfs vnode reference leak in nullfs_reclaim_lowervp(). The 2013-05-11 11:17:44 +00:00