From owner-cvs-src@FreeBSD.ORG Fri Dec 3 21:14:47 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EC7916A4CE; Fri, 3 Dec 2004 21:14:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B3D443D2F; Fri, 3 Dec 2004 21:14:47 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3LElar000515; Fri, 3 Dec 2004 21:14:47 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3LElCt000514; Fri, 3 Dec 2004 21:14:47 GMT (envelope-from phk) Message-Id: <200412032114.iB3LElCt000514@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 3 Dec 2004 21:14:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern vfs_mount.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 21:14:47 -0000 phk 2004-12-03 21:14:47 UTC FreeBSD src repository Modified files: sys/kern vfs_mount.c Log: When omount() is called, check if the filesystem have a cmount method and if so call it. The cmount method will gather and interpret omount() style arguments, and issue a kern_[v]mount() call to execute the corresponding nmount operation. Revision Changes Path 1.157 +11 -2 src/sys/kern/vfs_mount.c