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