Re: [PATCH] powerpc: Stop using no_llseek
From: Michael Ellerman <hidden>
Date: 2024-09-06 11:57:00
From: Michael Ellerman <hidden>
Date: 2024-09-06 11:57:00
On Tue, 03 Sep 2024 21:19:51 +1000, Michael Ellerman wrote:
Since commit 868941b14441 ("fs: remove no_llseek"), no_llseek() is
simply defined to be NULL, and a NULL llseek means seeking is
unsupported.
So for statically defined file_operations, such as all these, there's no
need or benefit to set llseek = no_llseek.
[...]
Applied to powerpc/next.
[1/1] powerpc: Stop using no_llseek
https://git.kernel.org/powerpc/c/5b4bc44a4854ccd41eef9aa9f47677f7d136c294
cheers