linux/drivers/hwtracing/stm
Al Viro cb787f4ac0 [tree-wide] finally take no_llseek out
no_llseek had been defined to NULL two years ago, in commit 868941b144
("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>
2024-09-27 08:18:43 -07:00
..
console.c stm class: Add source type 2024-05-04 18:57:21 +02:00
core.c [tree-wide] finally take no_llseek out 2024-09-27 08:18:43 -07:00
dummy_stm.c
ftrace.c stm class: Add source type 2024-05-04 18:57:21 +02:00
heartbeat.c stm class: Add source type 2024-05-04 18:57:21 +02:00
Kconfig drivers/hwtracing/stm: Remove "select SRCU" 2023-02-02 16:26:05 -08:00
Makefile
p_basic.c stm class: Propagate source type to protocols 2024-05-04 18:57:21 +02:00
p_sys-t.c stm class: sys-t: Improve ftrace source handling 2024-05-04 18:57:21 +02:00
policy.c stm class: Remove an unused function 2021-04-16 07:26:50 +02:00
stm.h stm class: Propagate source type to protocols 2024-05-04 18:57:21 +02:00