Files
linux_media/net/sunrpc
CrazyCat af8890e8f6 [tree-wide] finally take no_llseek out
no_llseek had been defined to NULL two years ago, in commit 868941b
("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.
2024-12-11 18:00:46 +02:00
..
2024-12-11 18:00:46 +02:00
2023-06-19 15:08:12 -04:00
2022-05-19 12:25:38 -04:00
2022-05-19 12:25:38 -04:00
2020-03-16 12:04:33 -04:00
2021-07-08 14:03:23 -04:00