linux/drivers/platform/surface
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
..
aggregator hwmon fixes for v6.11-rc7 2024-09-05 16:57:36 +02:00
Kconfig platform/surface: aggregator: Move subsystem hub drivers to their own module 2022-07-02 11:23:25 +02:00
Makefile platform/surface: aggregator: Move subsystem hub drivers to their own module 2022-07-02 11:23:25 +02:00
surface3_power.c platform/surface: surface3_power: Switch back to use struct i2c_driver's .probe() 2023-06-13 12:32:16 +02:00
surface3-wmi.c platform/surface: surface3-wmi: Convert to platform remove callback returning void 2023-09-21 18:31:18 +02:00
surface_acpi_notify.c ACPI: utils: Introduce helper for _DEP list lookup 2023-12-19 18:25:00 +01:00
surface_aggregator_cdev.c [tree-wide] finally take no_llseek out 2024-09-27 08:18:43 -07:00
surface_aggregator_hub.c platform/surface: aggregator_registry: Fix target-ID of base-hub 2023-02-02 22:48:20 +01:00
surface_aggregator_registry.c hwmon fixes for v6.11-rc7 2024-09-05 16:57:36 +02:00
surface_aggregator_tabletsw.c platform/surface: aggregator_tabletsw: Add support for book mode in POS subsystem 2023-05-30 11:20:30 +02:00
surface_dtx.c [tree-wide] finally take no_llseek out 2024-09-27 08:18:43 -07:00
surface_gpe.c platform/surface: gpe: Convert to platform remove callback returning void 2023-09-21 18:31:19 +02:00
surface_hotplug.c platform/surface: hotplug: Convert to platform remove callback returning void 2023-09-21 18:31:19 +02:00
surface_platform_profile.c platform/surface: platform_profile: add fan profile switching 2024-03-25 15:55:29 +01:00
surfacepro3_button.c ACPI: make remove callback of ACPI driver void 2022-11-23 19:11:22 +01:00