Skip to content
Snippets Groups Projects
Forked from drm / kernel
Loading
  • Al Viro's avatar
    cb787f4a
    [tree-wide] finally take no_llseek out · cb787f4a
    Al Viro authored
    
    no_llseek had been defined to NULL two years ago, in commit 868941b1
    ("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: default avatarAl Viro <viro@zeniv.linux.org.uk>
    Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
    cb787f4a
    History
    [tree-wide] finally take no_llseek out
    Al Viro authored
    
    no_llseek had been defined to NULL two years ago, in commit 868941b1
    ("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: default avatarAl Viro <viro@zeniv.linux.org.uk>
    Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>