From owner-cvs-all@FreeBSD.ORG Sun Jun 20 14:30:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7030D16A4CE; Sun, 20 Jun 2004 14:30:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23C4A43D2F; Sun, 20 Jun 2004 14:30:48 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5KEUYvs064025; Sun, 20 Jun 2004 14:30:34 GMT (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5KEUY41064024; Sun, 20 Jun 2004 14:30:34 GMT (envelope-from mux) Message-Id: <200406201430.i5KEUY41064024@repoman.freebsd.org> From: Maxime Henrion Date: Sun, 20 Jun 2004 14:30:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/smbfs/mount_smbfs mount_smbfs.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jun 2004 14:30:48 -0000 mux 2004-06-20 14:30:34 UTC FreeBSD src repository Modified files: contrib/smbfs/mount_smbfs mount_smbfs.c Log: Re-add the code to automatically load the smbfs.ko module if necessary. We can't realy on the mount(2) system call to do it for us here because smb_lib_init() needs the module and we call it before mount(). The old code has been slightly modified to not use the getvfsent(3) API which is now retired. Noticed by: many Revision Changes Path 1.4 +11 -1 src/contrib/smbfs/mount_smbfs/mount_smbfs.c