cvs commit: src/sys/sys mount.h src/sys/kern vfs_init.c vfs_mount.c

Poul-Henning Kamp phk at FreeBSD.org
Fri Dec 3 08:11:02 PST 2004


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


More information about the cvs-src mailing list