cvs commit: src/sys/geom geom_dev.c

Poul-Henning Kamp phk at FreeBSD.org
Thu Sep 23 23:43:21 PDT 2004


phk         2004-09-24 06:43:20 UTC

  FreeBSD src repository

  Modified files:
    sys/geom             geom_dev.c 
  Log:
  Assert topology is held in g_dev_getprovider().
  
  Don't call devsw().  It is not necessary, and we do not need to hold dev_lock
  to compare the devsw pointer to our own since we do not dereference it.
  
  Revision  Changes    Path
  1.80      +5 -3      src/sys/geom/geom_dev.c


More information about the cvs-src mailing list