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)
Wed, Aug 19, 9:02 AM
Unknown Object (File)
Tue, Aug 18, 2:48 PM
Unknown Object (File)
Tue, Aug 11, 11:51 PM
Unknown Object (File)
Tue, Aug 11, 11:50 PM
Unknown Object (File)
Tue, Aug 11, 11:49 PM
Unknown Object (File)
Sun, Aug 9, 5:34 AM
Unknown Object (File)
Wed, Aug 5, 11:01 AM
Unknown Object (File)
Tue, Aug 4, 4:12 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.