]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix a problem introduced in revision 1.220. On mount(2) failure, don't
authorpjd <pjd@FreeBSD.org>
Fri, 2 Jun 2006 20:29:02 +0000 (20:29 +0000)
committerpjd <pjd@FreeBSD.org>
Fri, 2 Jun 2006 20:29:02 +0000 (20:29 +0000)
commitdeb3721592f9a89c2907a10e62e7eac2ac40857d
treefd7902f1c1a7c6a46207a9fea578d3de2f366c93
parent2c4f67981e37d4914db61b39de9ce50520b8ab77
Fix a problem introduced in revision 1.220. On mount(2) failure, don't
forget to unbusy file system before its destruction.

This fixes the following warning on mount failure:

Mount point <X> had 1 dangling refs

Tested by: wkoszek
sys/kern/vfs_mount.c