cvs commit: src/sys/kern vfs_mount.c

Craig Rodrigues rodrigc at crodrigues.org
Fri Jun 2 22:25:36 UTC 2006


On Fri, Jun 02, 2006 at 08:29:02PM +0000, Pawel Jakub Dawidek wrote:
> pjd         2006-06-02 20:29:02 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sys/kern             vfs_mount.c 
>   Log:
>   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
>   
>   Revision  Changes    Path
>   1.226     +6 -5      src/sys/kern/vfs_mount.c


Does this problem fix the slight delay that you get when
doing a mount or update mount with a bad mount option?

For example:

mount -u -o nonexistentopt /mymount

-- 
Craig Rodrigues        
rodrigc at crodrigues.org


More information about the cvs-src mailing list