]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r295717:
authorkib <kib@FreeBSD.org>
Wed, 24 Feb 2016 13:48:40 +0000 (13:48 +0000)
committerkib <kib@FreeBSD.org>
Wed, 24 Feb 2016 13:48:40 +0000 (13:48 +0000)
commit972671f9200801a0e19573ee6693b6fc5c5833ce
treeafd2b3a20134ad06c2ce19c738c07a6f3cb094e7
parent008df39fd8f9ba2311709c852fa30e39bf891bcf
MFC r295717:
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.

Approved by: re (marius)
sys/fs/nullfs/null_vnops.c