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
Unknown Object (File)
Thu, May 14, 1:00 PM
Unknown Object (File)
Fri, May 8, 6:10 PM
Unknown Object (File)
Mon, May 4, 3:03 PM
Unknown Object (File)
Fri, May 1, 10:38 PM
Unknown Object (File)
Thu, Apr 30, 8:15 AM
Unknown Object (File)
Wed, Apr 29, 2:38 AM
Unknown Object (File)
Wed, Apr 29, 2:31 AM
Unknown Object (File)
Tue, Apr 28, 9:21 PM
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.