linux/drivers/char/ipmi
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
..
bt-bmc.c ipmi: bt-bmc: Convert to platform remove callback returning void 2024-04-17 14:55:04 -05:00
ipmb_dev_int.c ipmi: Drop explicit initialization of struct i2c_device_id::driver_data to 0 2024-07-08 15:05:18 -05:00
ipmi_bt_sm.c
ipmi_devintf.c ipmi: make ipmi_class a static const structure 2023-06-20 09:49:08 -05:00
ipmi_dmi.c
ipmi_dmi.h
ipmi_ipmb.c ipmi: Drop explicit initialization of struct i2c_device_id::driver_data to 0 2024-07-08 15:05:18 -05:00
ipmi_kcs_sm.c ipmi: fix msg stack when IPMI is disconnected 2022-10-17 09:51:27 -05:00
ipmi_msghandler.c ipmi: Convert from tasklet to BH workqueue 2024-04-17 14:54:45 -05:00
ipmi_plat_data.c
ipmi_plat_data.h
ipmi_powernv.c ipmi: ipmi_powernv: Convert to platform remove callback returning void 2024-04-17 14:55:04 -05:00
ipmi_poweroff.c char-misc: Remove the now superfluous sentinel element from ctl_table array 2023-10-11 12:16:13 -07:00
ipmi_si_hardcode.c ipmi: Use regspacings passed as a module parameter 2023-12-19 06:32:27 -06:00
ipmi_si_hotmod.c
ipmi_si_intf.c char: ipmi: handle HAS_IOPORT dependencies 2024-04-17 14:55:04 -05:00
ipmi_si_mem_io.c
ipmi_si_parisc.c
ipmi_si_pci.c char: ipmi: handle HAS_IOPORT dependencies 2024-04-17 14:55:04 -05:00
ipmi_si_platform.c ipmi: ipmi_si_platform: Convert to platform remove callback returning void 2024-04-17 14:55:04 -05:00
ipmi_si_port_io.c
ipmi_si_sm.h
ipmi_si.h
ipmi_smic_sm.c
ipmi_ssif.c Some minor fixes and cleanups for IPMI. Nothing big. 2024-09-19 09:33:44 +02:00
ipmi_watchdog.c [tree-wide] finally take no_llseek out 2024-09-27 08:18:43 -07:00
Kconfig ipmi: ASPEED_BT_IPMI_BMC: select REGMAP_MMIO instead of depending on it 2023-03-02 16:14:15 -06:00
kcs_bmc_aspeed.c ipmi: kcs_bmc_aspeed: Convert to platform remove callback returning void 2024-04-17 14:55:04 -05:00
kcs_bmc_cdev_ipmi.c ipmi: Add __init/__exit annotations to module init/exit funcs 2022-09-22 10:55:46 -05:00
kcs_bmc_client.h
kcs_bmc_device.h
kcs_bmc_npcm7xx.c ipmi: kcs_bmc_npcm7xx: Convert to platform remove callback returning void 2024-04-17 14:55:04 -05:00
kcs_bmc_serio.c ipmi: Add __init/__exit annotations to module init/exit funcs 2022-09-22 10:55:46 -05:00
kcs_bmc.c ipmi: fix potential deadlock on &kcs_bmc->lock 2023-07-04 09:22:45 -05:00
kcs_bmc.h
Makefile char: ipmi: handle HAS_IOPORT dependencies 2024-04-17 14:55:04 -05:00
ssif_bmc.c ipmi: Drop explicit initialization of struct i2c_device_id::driver_data to 0 2024-07-08 15:05:18 -05:00