Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stop using no_llseek #35

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

stop using no_llseek #35

wants to merge 1 commit into from

Conversation

heitbaum
Copy link

Since kernel commit 868941b ("fs: remove no_llseek"), no_llseek() is simply defined to be NULL, and a NULL llseek means seeking is unsupported.

refs:

no_llseek has been hard dropped in linux-6.12

Since commit 868941b ("fs: remove no_llseek"), no_llseek() is
simply defined to be NULL, and a NULL llseek means seeking is
unsupported.

refs:
- torvalds/linux@cb787f4
- torvalds/linux@868941b

no_llseek has been hard dropped in linux-6.12

Signed-off-by: Rudi Heitbaum <[email protected]>
@gtxaspec
Copy link

confirmed, fixes building on 6.12

@Handrail9
Copy link

I'm not usually one to flood GitHub PRs with comments asking to have something merge, but I am breaking that rule as I have not had access to my Frigate security system for a while due to the kernel update. I'm hoping this gets merged soon.

@chrBrd
Copy link
Contributor

chrBrd commented Jan 21, 2025

Aye.

@mbrooksx - this is a simple, well-researched, backwards compatible, verified in prod fix.

This repo is no doubt very low on your list of priorities these days, but merging this will make life much easier for quite a lot of people. 😁

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.

4 participants