Page MenuHomeFreeBSD

[geom_uzip] Correct usage of GEOM_UZIP_DEBUG
ClosedPublic

Authored by mizhka on May 4 2016, 6:11 PM.
Tags
None
Referenced Files
F154287418: D6207.id15899.diff
Mon, Apr 27, 3:10 PM
Unknown Object (File)
Fri, Apr 24, 11:11 AM
Unknown Object (File)
Fri, Apr 24, 3:32 AM
Unknown Object (File)
Fri, Apr 24, 12:50 AM
Unknown Object (File)
Tue, Apr 21, 9:29 AM
Unknown Object (File)
Mon, Apr 20, 11:22 PM
Unknown Object (File)
Thu, Apr 16, 4:12 AM
Unknown Object (File)
Thu, Apr 16, 2:37 AM
Subscribers

Details

Summary

The "option GEOM_UZIP_DEBUG" do nothing right now due to missing include.
This patch added include of "opt_geom.h" into sys/geom/g_uzip.c and rename enum values to avoid naming conflicts.

Test Plan

Tested on Asus RT-N53.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

mizhka retitled this revision from to [geom_uzip] Correct usage of GEOM_UZIP_DEBUG .
mizhka updated this object.
mizhka edited the test plan for this revision. (Show Details)
mizhka added a reviewer: sobomax.
mizhka set the repository for this revision to rS FreeBSD src repository - subversion.

Same diff, but with more context (U9999)

sobomax edited edge metadata.
This revision is now accepted and ready to land.May 6 2016, 7:33 PM
sys/geom/uzip/g_uzip.c
32 ↗(On Diff #15924)

I think it's good practice to do "local" includes after system includes.

sys/geom/uzip/g_uzip.c
32 ↗(On Diff #15924)

Thanks! I'll update diff tomorrow )

This revision was automatically updated to reflect the committed changes.