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
F86944895: D37092.id.diff
Thu, Jun 27, 4:02 PM
Unknown Object (File)
Tue, Jun 25, 11:18 AM
Unknown Object (File)
Jan 12 2024, 8:14 AM
Unknown Object (File)
Dec 23 2023, 1:58 AM
Unknown Object (File)
May 3 2023, 9:31 PM
Unknown Object (File)
Apr 18 2023, 7:40 PM
Unknown Object (File)
Apr 4 2023, 6:01 PM
Unknown Object (File)
Mar 5 2023, 5:59 PM
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 Passed
Unit
No Test Coverage
Build Status
Buildable 47961
Build 44848: arc lint + arc unit

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.