Page MenuHomeFreeBSD

LinuxKPI: add a no-op generic_file_llseek()
ClosedPublic

Authored by bz on Oct 22 2022, 8:30 PM.
Tags
None
Referenced Files
Unknown Object (File)
Nov 24 2024, 1:15 PM
Unknown Object (File)
Nov 19 2024, 6:54 PM
Unknown Object (File)
Nov 18 2024, 4:43 PM
Unknown Object (File)
Nov 18 2024, 3:27 PM
Unknown Object (File)
Nov 16 2024, 8:24 PM
Unknown Object (File)
Nov 16 2024, 6:29 PM
Unknown Object (File)
Oct 18 2024, 12:19 AM
Unknown Object (File)
Sep 23 2024, 12:11 AM
Subscribers

Details

Summary

This is needed for debugfs implementations in drivers.

Sponsored by: The FreeBSD Foundation
MFC after: 3 days

Diff Detail

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

Event Timeline

bz requested review of this revision.Oct 22 2022, 8:30 PM

Judging by an earlier comment in fs.h that states llseek() should be mapped to no_llseek(), this addition makes sense.
Looks good to me.

Thanks @jfree ; anyone else caring to review this otherwise I'll commit the next day.

This revision was not accepted when it landed; it landed in state Needs Review.Nov 28 2022, 5:17 PM
This revision was automatically updated to reflect the committed changes.