Page MenuHomeFreeBSD

cd9660: Add _WANT_ISO_MNT
ClosedPublic

Authored by jrtc27 on Jun 6 2025, 2:13 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Oct 1, 8:08 AM
Unknown Object (File)
Sep 16 2025, 11:02 AM
Unknown Object (File)
Sep 13 2025, 10:31 AM
Unknown Object (File)
Sep 12 2025, 1:27 PM
Unknown Object (File)
Sep 12 2025, 8:12 AM
Unknown Object (File)
Sep 8 2025, 5:03 AM
Unknown Object (File)
Sep 8 2025, 2:22 AM
Unknown Object (File)
Sep 3 2025, 7:39 PM
Subscribers
None

Details

Summary

This allows struct iso_mnt to be defined for userspace without resorting
to the gross hack of defining _KERNEL.

Diff Detail

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

Event Timeline

jrtc27 requested review of this revision.Jun 6 2025, 2:13 PM
jrtc27 created this revision.

So why is this desirable?

This revision is now accepted and ready to land.Jun 6 2025, 2:47 PM
In D50717#1157838, @imp wrote:

So why is this desirable?

For D50719 in the stack. I can elaborate in the commit message on commit.

In D50717#1157838, @imp wrote:

So why is this desirable?

For D50719 in the stack. I can elaborate in the commit message on commit.

Comment in the commit is cool...

This revision was automatically updated to reflect the committed changes.