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)
Feb 28 2024, 10:50 AM
Unknown Object (File)
Feb 28 2024, 9:03 AM
Unknown Object (File)
Jan 16 2024, 12:08 PM
Unknown Object (File)
Jan 5 2024, 8:42 PM
Unknown Object (File)
Jan 5 2024, 8:42 PM
Unknown Object (File)
Jan 2 2024, 4:42 AM
Unknown Object (File)
Dec 23 2023, 9:09 AM
Unknown Object (File)
Dec 22 2023, 9:14 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.