GCC, ehh.
This commit is contained in:
parent
ce7bda463c
commit
45d5e85a40
@ -2528,6 +2528,7 @@ g_mirror_taste(struct g_class *mp, struct g_provider *pp, int flags __unused)
|
||||
/*
|
||||
* Let's check if device already exists.
|
||||
*/
|
||||
sc = NULL;
|
||||
LIST_FOREACH(gp, &mp->geom, geom) {
|
||||
sc = gp->softc;
|
||||
if (sc == NULL)
|
||||
|
@ -2733,6 +2733,7 @@ g_raid3_taste(struct g_class *mp, struct g_provider *pp, int flags __unused)
|
||||
/*
|
||||
* Let's check if device already exists.
|
||||
*/
|
||||
sc = NULL;
|
||||
LIST_FOREACH(gp, &mp->geom, geom) {
|
||||
sc = gp->softc;
|
||||
if (sc == NULL)
|
||||
|
Loading…
Reference in New Issue
Block a user