linux/sound/core
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
..
oss [tree-wide] finally take no_llseek out 2024-09-27 08:18:43 -07:00
seq [tree-wide] finally take no_llseek out 2024-09-27 08:18:43 -07:00
.kunitconfig
compress_offload.c ALSA: core: Drop superfluous no_free_ptr() for memdup_user() errors 2024-09-02 10:21:41 +02:00
control.c [tree-wide] finally take no_llseek out 2024-09-27 08:18:43 -07:00
control_compat.c Merge branch 'topic/control-lookup-rwlock' into for-next 2024-08-09 14:25:24 +02:00
control_led.c Merge branch 'topic/control-lookup-rwlock' into for-next 2024-08-09 14:25:24 +02:00
ctljack.c
device.c
hrtimer.c
hwdep.c
hwdep_compat.c
info.c
info_oss.c
init.c ALSA: control: Rename ctl_files_rwlock to controls_rwlock 2024-08-09 14:24:55 +02:00
isadma.c
jack.c
Kconfig ALSA: timer: Introduce virtual userspace-driven timers 2024-08-18 09:55:54 +02:00
Makefile
memalloc.c ALSA: memalloc: Use proper DMA mapping API for x86 S/G buffer allocations 2024-09-12 18:02:18 +02:00
memory.c
misc.c ALSA: core: Drop snd_print stuff and co 2024-08-08 07:49:47 +02:00
pcm.c ALSA: pcm: Add xrun counter for snd_pcm_substream 2024-08-10 10:40:58 +02:00
pcm_compat.c
pcm_dmaengine.c
pcm_drm_eld.c
pcm_iec958.c
pcm_lib.c ALSA: pcm: Add xrun counter for snd_pcm_substream 2024-08-10 10:40:58 +02:00
pcm_local.h
pcm_memory.c ALSA: pcm: Fix yet more compile warning at replacement with kstrtoul() 2024-09-02 10:17:42 +02:00
pcm_misc.c ALSA: pcm: Fix breakage of PCM rates used for topology 2024-09-11 16:17:44 +02:00
pcm_native.c [tree-wide] finally take no_llseek out 2024-09-27 08:18:43 -07:00
pcm_param_trace.h
pcm_timer.c ALSA: pcm_timer: use snd_pcm_direction_name() 2024-08-01 12:50:13 +02:00
pcm_trace.h
rawmidi.c [tree-wide] finally take no_llseek out 2024-09-27 08:18:43 -07:00
rawmidi_compat.c
seq_device.c
sound.c
sound_kunit.c
sound_oss.c
timer.c [tree-wide] finally take no_llseek out 2024-09-27 08:18:43 -07:00
timer_compat.c
ump.c ALSA: ump: Use %*ph to print small buffer 2024-09-12 08:40:51 +02:00
ump_convert.c
vmaster.c