Date: Sun, 20 Jun 2004 14:30:34 +0000 (UTC) From: Maxime Henrion <mux@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/smbfs/mount_smbfs mount_smbfs.c Message-ID: <200406201430.i5KEUY41064024@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406201430.i5KEUY41064024>