Page MenuHomeFreeBSD

glabel(8): Fix debug message for already existing labels
ClosedPublic

Authored by michaelo on Apr 15 2026, 8:13 AM.
Tags
None
Referenced Files
F167896781: D56400.id175536.diff
Tue, Aug 25, 7:55 AM
Unknown Object (File)
Tue, Aug 25, 2:21 AM
Unknown Object (File)
Tue, Aug 25, 12:20 AM
Unknown Object (File)
Mon, Aug 24, 1:09 PM
Unknown Object (File)
Mon, Aug 24, 8:47 AM
Unknown Object (File)
Mon, Aug 24, 8:26 AM
Unknown Object (File)
Mon, Aug 24, 6:57 AM
Unknown Object (File)
Mon, Aug 24, 5:37 AM
Subscribers
None

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

michaelo created this revision.
sys/geom/label/g_label.c
255

Just don't print pp2->name at all? We already know it's the same as name.

Remove the duplicate (incorrect) name.

michaelo marked an inline comment as done.
michaelo added inline comments.
sys/geom/label/g_label.c
255

Totally right!

This revision is now accepted and ready to land.Apr 15 2026, 4:07 PM
This revision was automatically updated to reflect the committed changes.
michaelo marked an inline comment as done.