Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Sep 2004 06:43:20 +0000 (UTC)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/geom geom_dev.c
Message-ID:  <200409240643.i8O6hKQ0002580@repoman.freebsd.org>

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



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