Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Mar 2004 23:17:10 -0800 (PST)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/geom geom_subr.c
Message-ID:  <200403180717.i2I7HAoO076752@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pjd         2004/03/17 23:17:10 PST

  FreeBSD src repository

  Modified files:
    sys/geom             geom_subr.c 
  Log:
  Move "is consumer attached?" check before G_VALID_PROVIDER() check,
  because if consumer is not attached, its provider never will be valid,
  so we never reach this check.
  
  Approved by:    phk
  
  Revision  Changes    Path
  1.75      +1 -1      src/sys/geom/geom_subr.c



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