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
F152959498: D56400.id175536.diff
Sat, Apr 18, 8:19 AM
F152959436: D56400.id175536.diff
Sat, Apr 18, 8:19 AM
F152955891: D56400.id175594.diff
Sat, Apr 18, 7:47 AM
F152955868: D56400.id175585.diff
Sat, Apr 18, 7:46 AM
F152945692: D56400.diff
Sat, Apr 18, 6:10 AM
Subscribers
None

Details

Summary

Remove the duplicate (incorrect) name.

PR: 294542
MFC after: 1 week

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