Page MenuHomeFreeBSD

msdosfs: Don't #ifdef out msdosfsmount members
ClosedPublic

Authored by jrtc27 on Jun 16 2025, 7:50 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 5, 9:55 PM
Unknown Object (File)
Sun, Apr 5, 10:10 AM
Unknown Object (File)
Thu, Mar 26, 5:54 AM
Unknown Object (File)
Thu, Mar 19, 4:33 AM
Unknown Object (File)
Mar 4 2026, 1:38 AM
Unknown Object (File)
Feb 23 2026, 12:11 AM
Unknown Object (File)
Feb 21 2026, 1:23 AM
Unknown Object (File)
Feb 1 2026, 9:25 AM
Subscribers

Details

Summary

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.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable