cvs commit: src/sys/dev/md md.c

Colin Percival cperciva at FreeBSD.org
Sun Aug 22 12:44:25 PDT 2004


cperciva    2004-08-22 19:44:24 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/md           md.c 
  Log:
  When creating a new md, wait for geom's event queue to become empty
  before returning.  Device nodes are created via the "taste" mechanism,
  so this is necessary in order to make sure that devfs entries are
  created before mdconfig(8) returns.
  
  This may be a MFC candidate for 5.3.
  
  Suggested by:   phk
  
  Revision  Changes    Path
  1.128     +1 -0      src/sys/dev/md/md.c


More information about the cvs-src mailing list