cvs commit: src/sys/geom geom_subr.c

Andrew R. Reiter arr at FreeBSD.org
Fri Oct 22 15:16:25 PDT 2004


arr         2004-10-22 22:16:24 UTC

  FreeBSD src repository

  Modified files:
    sys/geom             geom_subr.c 
  Log:
  - Turn KASSERT()s into warning printf()'s in the g_class_load() routine.
    This removes a panic that will occur if you build with GENERIC and
    attempt to kldload a GEOM module that is already in the kernel.
  
  Reviewed by: phk
  
  Revision  Changes    Path
  1.84      +26 -10    src/sys/geom/geom_subr.c


More information about the cvs-src mailing list