Page MenuHomeFreeBSD

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

Authored by michaelo on Wed, Apr 15, 8:13 AM.
Tags
None
Referenced Files
F153817265: D56400.id175594.diff
Fri, Apr 24, 12:08 AM
Unknown Object (File)
Tue, Apr 21, 12:20 PM
Unknown Object (File)
Tue, Apr 21, 11:21 AM
Unknown Object (File)
Tue, Apr 21, 10:20 AM
Unknown Object (File)
Tue, Apr 21, 9:27 AM
Unknown Object (File)
Tue, Apr 21, 2:46 AM
Unknown Object (File)
Mon, Apr 20, 11:04 AM
Unknown Object (File)
Sun, Apr 19, 1:12 AM
Subscribers
None

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 72212
Build 69095: arc lint + arc unit

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.Wed, Apr 15, 4:07 PM
This revision was automatically updated to reflect the committed changes.
michaelo marked an inline comment as done.