cvs commit: src/sys/dev/md md.c
    Luigi Rizzo 
    luigi at FreeBSD.org
       
    Wed Mar 31 13:48:03 PST 2004
    
    
  
luigi       2004/03/31 13:48:02 PST
  FreeBSD src repository
  Modified files:
    sys/dev/md           md.c 
  Log:
  Fix a bug with preloaded image -- for some reason [that i don't
  completely understand], md_takeroot() runs before md_preloaded(),
  rendering both useless.
  As a fix, move the body (effectively one line!) of md_takeroot()
  into md_preloaded(), and get rid of the stuff that has become useless.
  
  Bug and fix reported 10 days ago on -current, no reply.
  
  Revision  Changes    Path
  1.119     +3 -14     src/sys/dev/md/md.c
    
    
More information about the cvs-src
mailing list