From owner-cvs-all Sun Apr 7 6:22:53 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E4EF137B417; Sun, 7 Apr 2002 06:22:48 -0700 (PDT) Received: (from mux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g37DMm980448; Sun, 7 Apr 2002 06:22:48 -0700 (PDT) (envelope-from mux) Message-Id: <200204071322.g37DMm980448@freefall.freebsd.org> From: Maxime Henrion Date: Sun, 7 Apr 2002 06:22:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_syscalls.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mux 2002/04/07 06:22:48 PDT Modified files: sys/kern vfs_syscalls.c Log: o Change kernel_vmount() interface to be more convenient : pass two separate strings instead of passing "foo=bar". o Don't forget to clear the VMOUNT flag on the vnode when vfs_nmount() fails because the fs doesn't implement VFS_NMOUNT (and in vfs_mount() when the fs doesn't implement VFS_MOUNT) ; also decrement the vfs refcount in the !MNT_UPDATE case. Revision Changes Path 1.244 +34 -30 src/sys/kern/vfs_syscalls.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message