Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F156516860
D25596.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
415 B
Referenced Files
None
Subscribers
None
D25596.id.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Fri, May 15, 8:19 AM (1 m, 26 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33077711
Default Alt Text
D25596.id.diff (415 B)
Attached To
Mode
D25596: g_concat_find_device: trim /dev/ if it is present, like other GEOM classes.
Attached
Detach File
Event Timeline
Log In to Comment