Date: Wed, 13 Sep 2000 01:57:57 -0700 (PDT) From: Boris Popov <bp@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_lookup.c Message-ID: <200009130857.BAA92991@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bp 2000/09/13 01:57:56 PDT Modified files: sys/kern vfs_lookup.c Log: Unlock current directory when calling VFS_ROOT() because underlying filesystem may hold the lock. Otherwise unavoidable deadlock will occur. This shouldn't have any side effects as long as we hold vfs lock. Obtained from: NetBSD Revision Changes Path 1.39 +11 -4 src/sys/kern/vfs_lookup.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?200009130857.BAA92991>