This is needed for debugfs implementations in drivers.
Sponsored by: The FreeBSD Foundation
MFC after: 3 days
Differential D37092
LinuxKPI: add a no-op generic_file_llseek() bz on Oct 22 2022, 8:30 PM. Authored by Tags None Referenced Files
Details
This is needed for debugfs implementations in drivers. Sponsored by: The FreeBSD Foundation
Diff Detail
Event TimelineComment Actions Judging by an earlier comment in fs.h that states llseek() should be mapped to no_llseek(), this addition makes sense. Comment Actions Thanks @jfree ; anyone else caring to review this otherwise I'll commit the next day. |