Page MenuHomeFreeBSD

linuxkpi: Add `fop_flags` to `struct file_operations`
ClosedPublic

Authored by dumbbell on Apr 16 2026, 9:12 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, May 18, 7:18 AM
Unknown Object (File)
Mon, May 18, 7:09 AM
Unknown Object (File)
Sun, May 17, 10:12 AM
Unknown Object (File)
Sun, May 17, 2:19 AM
Unknown Object (File)
Sun, May 17, 2:18 AM
Unknown Object (File)
Sun, May 17, 12:15 AM
Unknown Object (File)
Sat, May 16, 4:35 PM
Unknown Object (File)
Sat, May 16, 4:25 PM
Subscribers

Details

Summary

... along with the FOP_* flag constants.

Note that this fop_flags field is not used on FreeBSD. It is added to make the DRM drivers compile out of the box.

The DRM generic code and drivers started this in Linux 6.12.

This is part of the update of DRM drivers to Linux 6.12.

Sponsored by: The FreeBSD Foundation

Diff Detail

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