Date: Fri, 3 Dec 2004 16:11:01 +0000 (UTC) From: Poul-Henning Kamp <phk@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys mount.h src/sys/kern vfs_init.c vfs_mount.c Message-ID: <200412031611.iB3GB2mn077023@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2004-12-03 16:11:01 UTC FreeBSD src repository Modified files: sys/sys mount.h sys/kern vfs_init.c vfs_mount.c Log: Introduce vfs_byname_kld() which will try to load the filesystem as a module if possible. Use it so we don't have linker magic in the middle of the already complex mount code. Revision Changes Path 1.75 +37 -0 src/sys/kern/vfs_init.c 1.154 +3 -29 src/sys/kern/vfs_mount.c 1.178 +1 -0 src/sys/sys/mount.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412031611.iB3GB2mn077023>