Centos-kernel-stream-9/net/rfkill
Jose Ignacio Tornos Martinez 682201d436 finally take no_llseek out
JIRA: https://issues.redhat.com/browse/RHEL-67113

Conflicts: only wireless

commit cb787f4ac0c2e439ea8d7e6387b925f74576bdf8
Author: Al Viro <viro@zeniv.linux.org.uk>
Date:   Fri Sep 27 02:56:11 2024 +0100

    [tree-wide] finally take no_llseek out
    
    no_llseek had been defined to NULL two years ago, in commit 868941b14441
    ("fs: remove no_llseek")
    
    To quote that commit,
    
      At -rc1 we'll need do a mechanical removal of no_llseek -
    
      git grep -l -w no_llseek | grep -v porting.rst | while read i; do
            sed -i '/\<no_llseek\>/d' $i
      done
    
      would do it.
    
    Unfortunately, that hadn't been done.  Linus, could you do that now, so
    that we could finally put that thing to rest? All instances are of the
    form
            .llseek = no_llseek,
    so it's obviously safe.
    
    Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
    Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Signed-off-by: Jose Ignacio Tornos Martinez <jtornosm@redhat.com>
2024-11-22 10:58:17 +01:00
..
Kconfig
Makefile
core.c finally take no_llseek out 2024-11-22 10:58:17 +01:00
input.c
rfkill-gpio.c net: rfkill: gpio: Do not load on Lenovo Yoga Tab 3 Pro YT3-X90 2024-11-22 10:58:01 +01:00
rfkill.h