mirror of
https://github.com/versity/scoutfs.git
synced 2026-02-07 19:20:44 +00:00
Some dlmglue functions are unused by the current ifdefery. They're throwing warnigns that obscure other warnings in the build. This broadens the ifdef coverage so that we don't get warnings. The unused code will either be promoted to an interface or removed as dlmglue evolves into a reusable component. Signed-off-by: Zach Brown <zab@versity.com>