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)
Sun, Sep 6, 5:31 AM
Unknown Object (File)
Sun, Sep 6, 4:32 AM
Unknown Object (File)
Sun, Sep 6, 1:13 AM
Unknown Object (File)
Sat, Sep 5, 8:25 PM
Unknown Object (File)
Sat, Sep 5, 2:02 PM
Unknown Object (File)
Sat, Sep 5, 10:43 AM
Unknown Object (File)
Fri, Sep 4, 9:18 AM
Unknown Object (File)
Fri, Sep 4, 2:08 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.