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
F156934718: D56400.diff
Sun, May 17, 11:36 AM
F156933611: D56400.diff
Sun, May 17, 11:26 AM
Unknown Object (File)
Fri, May 15, 1:29 PM
Unknown Object (File)
Fri, May 15, 12:53 PM
Unknown Object (File)
Fri, May 15, 12:53 PM
Unknown Object (File)
Thu, May 14, 11:29 PM
Unknown Object (File)
Thu, May 14, 7:12 PM
Unknown Object (File)
Thu, May 14, 1:56 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.