HomeFreeBSD

msdosfs: Don't #ifdef out msdosfsmount members

Description

msdosfs: Don't #ifdef out msdosfsmount members

Whilst these aren't used by makefs, they do little harm existing once
the needed headers are included, and having structs change layout based
on defines like this can be fraught. This will be particularly true once
this code is exposed by defines other than _KERNEL and MAKEFS, as any
consumer will be able to opt into exposing this kernel type and all the
definitions should match.

Reviewed by: markj
Differential Revision: https://reviews.freebsd.org/D50885

Details

Provenance
jrtc27Authored on Jun 16 2025, 9:33 PM
Reviewer
markj
Differential Revision
D50885: msdosfs: Don't #ifdef out msdosfsmount members
Parents
rG68c3cec90a87: cd9660: Add _WANT_ISO_MNT
Branches
Unknown
Tags
Unknown