Page MenuHomeFreeBSD

Make some geom_uncompress debug printf's into DPRINTF's to reduce noise on attach/detach
ClosedPublic

Authored by ngie on Aug 6 2015, 3:38 PM.
Tags
None
Referenced Files
F150496183: D3320.diff
Wed, Apr 1, 5:29 PM
Unknown Object (File)
Mon, Mar 30, 5:40 AM
Unknown Object (File)
Feb 27 2026, 4:18 AM
Unknown Object (File)
Dec 15 2025, 2:09 AM
Unknown Object (File)
Nov 8 2025, 11:55 PM
Unknown Object (File)
Nov 8 2025, 11:55 PM
Unknown Object (File)
Nov 8 2025, 7:59 PM
Unknown Object (File)
Nov 4 2025, 6:09 PM

Details

Reviewers
loos
Summary

Make some geom_uncompress debug printf's into DPRINTF's to reduce noise on attach/detach

Similar reasoning to what was done in r286367 with geom_uzip(4)

MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage

Event Timeline

ngie retitled this revision from to Make some geom_uncompress debug printf's into DPRINTF's to reduce noise on attach/detach.
ngie updated this object.
ngie added a reviewer: loos.
ngie added a subscriber: markj.
loos edited edge metadata.

Thanks for the quick response Garret!

Looks good to me.

This revision is now accepted and ready to land.Aug 7 2015, 10:32 PM
In D3320#67701, @loos wrote:

Thanks for the quick response Garret!

Looks good to me.

Np :)! Thanks for the quick review!

For what's worth, I think those two should be merged into one entity, not carried forward in parallel. I don't know why the g_uncompress/mkulzma has been added in the first place if it provides a superset of g_uzip / mkuzip's functionality and should have been just the new code / CLI option for the latter. I don't know if @ray is available for the comment and svn logs provide no clue, but I see no reason for such code bloat.

I just did lot of work on improving both g_uzip / mkuzip and I did not even realize we have its almost complete twins in the tree. :(