Date: Tue, 30 Sep 1997 23:23:49 -0700 (PDT) From: David Greenman <davidg@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern vfs_syscalls.c Message-ID: <199710010623.XAA02787@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
davidg 1997/09/30 23:23:49 PDT Modified files: (Branch: RELENG_2_2) sys/kern vfs_syscalls.c Log: Fixed a bug where, under certain conditions, an unsuccessful umount of a filesystem would leave the mountpoint in a 'busy' state with the MNT_UMOUNT flag set. This change is only relevant to 2.2.x as the code in 3.x is radically different and doesn't appear to have this problem. Revision Changes Path 1.51.2.5 +5 -2 src/sys/kern/vfs_syscalls.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199710010623.XAA02787>