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)
Mon, Oct 13, 4:39 AM
Unknown Object (File)
Sat, Oct 11, 4:05 PM
Unknown Object (File)
Tue, Sep 30, 11:09 AM
Unknown Object (File)
Sep 17 2025, 4:37 AM
Unknown Object (File)
Sep 16 2025, 10:10 PM
Unknown Object (File)
Sep 15 2025, 10:29 PM
Unknown Object (File)
Sep 14 2025, 1:09 PM
Unknown Object (File)
Sep 9 2025, 9:17 PM
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