HomeFreeBSD

A bit of code hygiene (no functional changes).

Description

A bit of code hygiene (no functional changes).

Hide unused code under #ifdef notyet (in one case the only caller is under
that same ifdef), or if it is arm (not arm64) specific code under the
arm ifdef to not yield -Wunused-function warnings during the arm64
kernel compile.

MFC after: 2 weeks

Details

Provenance
bzAuthored on
Parents
rS348884: fusefs: fix a comment. No functional change.
Branches
Unknown
Tags
Unknown