Skip to content

Conversation

weiso131
Copy link
Contributor

@weiso131 weiso131 commented Sep 6, 2025

Linux 6.12 removed the no_llseek macro. Add a version check so that .llseek = no_llseek is only used on kernels prior to 6.12.

Thanks to EricccTaiwan for the review and for pointing out that similar cleanup could also be done in this repository.

Linux 6.12 removed the no_llseek macro. Add a version check so that
.llseek = no_llseek is only used on kernels prior to 6.12.

Thanks to EricccTaiwan for the review and for pointing out that
similar cleanup could also be done in this repository.
Copy link
Contributor

@EricccTaiwan EricccTaiwan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@jserv jserv merged commit 7b74cfc into sysprog21:main Sep 10, 2025
@jserv
Copy link
Contributor

jserv commented Sep 10, 2025

Thank @weiso131 for contributing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants