Date: Wed, 9 Jan 2002 17:59:30 -0800 (PST) From: Ian Dowse <iedowse@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_syscalls.c Message-ID: <200201100159.g0A1xU761073@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
iedowse 2002/01/09 17:59:30 PST Modified files: sys/kern vfs_syscalls.c Log: Change dounmount() to return EBUSY in the non-MNT_FORCE case if we can't acquire the mnt_lock without blocking. Normally non-forced unmount attempts return EBUSY quickly if any vnodes are active, so this just extends that behaviour to cover the per-mount mnt_lock too. Revision Changes Path 1.217 +8 -1 src/sys/kern/vfs_syscalls.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201100159.g0A1xU761073>