From owner-cvs-src@FreeBSD.ORG Mon Dec 6 20:14:21 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 1AF3316A4CE; Mon, 6 Dec 2004 20:14:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E92C943D1D; Mon, 6 Dec 2004 20:14:20 +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 iB6KEKgK004123; Mon, 6 Dec 2004 20:14:20 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB6KEKZ2004122; Mon, 6 Dec 2004 20:14:20 GMT (envelope-from phk) Message-Id: <200412062014.iB6KEKZ2004122@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 6 Dec 2004 20:14:20 +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/fs/hpfs hpfs_subr.c hpfs_subr.h hpfs_vfsops.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: Mon, 06 Dec 2004 20:14:21 -0000 phk 2004-12-06 20:14:20 UTC FreeBSD src repository Modified files: sys/fs/hpfs hpfs_subr.c hpfs_subr.h hpfs_vfsops.c Log: Convert to nmount. Add backwards compat cmount method. Same comment as msdosfs applies: It would be nice if we had generic option names for charset conversions. Use vfs_mountefrom(). Rely on vfs_mount.c calling VFS_STATFS(). Revision Changes Path 1.7 +15 -9 src/sys/fs/hpfs/hpfs_subr.c 1.3 +1 -1 src/sys/fs/hpfs/hpfs_subr.h 1.44 +65 -37 src/sys/fs/hpfs/hpfs_vfsops.c