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
Unknown Object (File)
Thu, Jun 4, 5:15 AM
Unknown Object (File)
Wed, May 27, 11:27 PM
Unknown Object (File)
Tue, May 26, 8:41 AM
Unknown Object (File)
Tue, May 26, 8:27 AM
Unknown Object (File)
Tue, May 26, 8:20 AM
Unknown Object (File)
Sun, May 17, 11:36 AM
Unknown Object (File)
Sun, May 17, 11:26 AM
Unknown Object (File)
Fri, May 15, 1:29 PM
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.