freebsd-skq/sys/fs/nullfs
kib 9d6a6ca561 After nullfs rmdir operation, reclaim the directory vnode which was
unlinked.  Otherwise the vnode stays cached, causing leak.  This is
similar to r292961 for regular files.

Reported and tested by:	pho (previous version)
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
2016-02-17 19:43:03 +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 Check suspendability on the mountpoint returned by VOP_GETWRITEMOUNT. 2015-07-05 22:37:33 +00:00
null_vnops.c After nullfs rmdir operation, reclaim the directory vnode which was 2016-02-17 19:43:03 +00:00
null.h