1
linux/arch/x86/kernel/cpu/mce
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
..
amd.c x86/mce: Rename mce_setup() to mce_prep_record() 2024-08-01 18:20:24 +02:00
apei.c x86/mce: Use mce_prep_record() helpers for apei_smca_report_x86_error() 2024-08-01 18:20:25 +02:00
core.c x86/mce: Define mce_prep_record() helpers for common and per-CPU fields 2024-08-01 18:20:25 +02:00
dev-mcelog.c [tree-wide] finally take no_llseek out 2024-09-27 08:18:43 -07:00
genpool.c x86/mce: Dynamically size space for machine check records 2024-03-26 12:40:42 +01:00
inject.c - Flip the logic to add feature names to /proc/cpuinfo to having to 2024-07-15 20:25:16 -07:00
intel.c x86/mce: Switch to new Intel CPU model defines 2024-04-29 10:31:23 +02:00
internal.h x86/mce: Define mce_prep_record() helpers for common and per-CPU fields 2024-08-01 18:20:25 +02:00
Makefile
p5.c
severity.c x86/cpu changes for v6.10: 2024-05-13 18:44:44 -07:00
threshold.c x86/mce: Handle Intel threshold interrupt storms 2023-12-15 14:53:42 +01:00
winchip.c