Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Mar 2004 13:48:02 -0800 (PST)
From:      Luigi Rizzo <luigi@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/md md.c
Message-ID:  <200403312148.i2VLm23k001204@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403312148.i2VLm23k001204>