Date: Fri, 2 Jun 2006 18:25:36 -0400 From: Craig Rodrigues <rodrigc@crodrigues.org> To: Pawel Jakub Dawidek <pjd@FreeBSD.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_mount.c Message-ID: <20060602222536.GA45547@crodrigues.org> In-Reply-To: <200606022029.k52KT2el024554@repoman.freebsd.org> References: <200606022029.k52KT2el024554@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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@crodrigues.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060602222536.GA45547>