Page MenuHomeFreeBSD

D25596.id74225.diff
No OneTemporary

D25596.id74225.diff

Index: head/sys/geom/concat/g_concat.c
===================================================================
--- head/sys/geom/concat/g_concat.c
+++ head/sys/geom/concat/g_concat.c
@@ -897,6 +897,9 @@
struct g_concat_softc *sc;
struct g_geom *gp;
+ if (strncmp(name, _PATH_DEV, strlen(_PATH_DEV)) == 0)
+ name += strlen(_PATH_DEV);
+
LIST_FOREACH(gp, &mp->geom, geom) {
sc = gp->softc;
if (sc == NULL)

File Metadata

Mime Type
text/plain
Expires
Sun, Sep 13, 6:56 PM (11 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38868813
Default Alt Text
D25596.id74225.diff (415 B)

Event Timeline