[tree-wide] finally take no_llseek out
authorAl Viro <viro@zeniv.linux.org.uk>
Fri, 27 Sep 2024 01:56:11 +0000 (02:56 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 27 Sep 2024 15:18:43 +0000 (08:18 -0700)
no_llseek had been defined to NULL two years ago, in commit 868941b14441
("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>
221 files changed:
Documentation/watchdog/convert_drivers_to_kernel_api.rst
arch/parisc/kernel/perf.c
arch/s390/hypfs/hypfs_dbfs.c
arch/s390/hypfs/inode.c
arch/s390/kernel/debug.c
arch/s390/kernel/perf_cpum_cf.c
arch/s390/kernel/sysinfo.c
arch/s390/pci/pci_clp.c
arch/um/drivers/harddog_kern.c
arch/um/drivers/hostaudio_kern.c
arch/x86/kernel/cpu/mce/dev-mcelog.c
arch/x86/kernel/cpu/resctrl/pseudo_lock.c
drivers/acpi/apei/erst-dbg.c
drivers/auxdisplay/charlcd.c
drivers/block/mtip32xx/mtip32xx.c
drivers/block/pktcdvd.c
drivers/block/ublk_drv.c
drivers/bluetooth/hci_vhci.c
drivers/bus/moxtet.c
drivers/char/applicom.c
drivers/char/ds1620.c
drivers/char/dtlk.c
drivers/char/hpet.c
drivers/char/ipmi/ipmi_watchdog.c
drivers/char/pc8736x_gpio.c
drivers/char/ppdev.c
drivers/char/scx200_gpio.c
drivers/char/sonypi.c
drivers/char/tpm/tpm-dev.c
drivers/char/tpm/tpm_vtpm_proxy.c
drivers/char/tpm/tpmrm-dev.c
drivers/char/virtio_console.c
drivers/counter/counter-chrdev.c
drivers/firewire/core-cdev.c
drivers/firmware/arm_scmi/driver.c
drivers/firmware/arm_scmi/raw_mode.c
drivers/firmware/efi/capsule-loader.c
drivers/firmware/efi/test/efi_test.c
drivers/firmware/turris-mox-rwtm.c
drivers/gnss/core.c
drivers/gpio/gpio-mockup.c
drivers/gpio/gpio-sloppy-logic-analyzer.c
drivers/gpio/gpiolib-cdev.c
drivers/gpu/drm/drm_file.c
drivers/gpu/drm/i915/i915_perf.c
drivers/gpu/drm/msm/msm_perf.c
drivers/gpu/drm/msm/msm_rd.c
drivers/gpu/drm/xe/xe_oa.c
drivers/hid/uhid.c
drivers/hwmon/asus_atk0110.c
drivers/hwmon/fschmd.c
drivers/hwmon/w83793.c
drivers/hwtracing/coresight/coresight-etb10.c
drivers/hwtracing/coresight/coresight-tmc-core.c
drivers/hwtracing/coresight/ultrasoc-smb.c
drivers/hwtracing/intel_th/msu.c
drivers/hwtracing/stm/core.c
drivers/i2c/i2c-dev.c
drivers/infiniband/core/ucma.c
drivers/infiniband/core/user_mad.c
drivers/infiniband/core/uverbs_main.c
drivers/infiniband/hw/hfi1/fault.c
drivers/infiniband/hw/mlx5/devx.c
drivers/input/evdev.c
drivers/input/joydev.c
drivers/input/keyboard/applespi.c
drivers/input/misc/uinput.c
drivers/input/serio/userio.c
drivers/iommu/iommufd/fault.c
drivers/isdn/capi/capi.c
drivers/isdn/mISDN/timerdev.c
drivers/leds/uleds.c
drivers/macintosh/adb.c
drivers/macintosh/smu.c
drivers/media/cec/core/cec-api.c
drivers/media/mc/mc-devnode.c
drivers/media/rc/lirc_dev.c
drivers/media/usb/uvc/uvc_debugfs.c
drivers/media/v4l2-core/v4l2-dev.c
drivers/message/fusion/mptctl.c
drivers/misc/lis3lv02d/lis3lv02d.c
drivers/misc/mei/main.c
drivers/misc/ntsync.c
drivers/misc/phantom.c
drivers/mmc/core/block.c
drivers/mtd/ubi/cdev.c
drivers/mtd/ubi/debug.c
drivers/net/netdevsim/fib.c
drivers/net/tap.c
drivers/net/tun.c
drivers/net/wireless/broadcom/brcm80211/brcmfmac/core.c
drivers/net/wireless/intel/iwlwifi/mvm/d3.c
drivers/platform/chrome/cros_ec_debugfs.c
drivers/platform/chrome/wilco_ec/debugfs.c
drivers/platform/chrome/wilco_ec/event.c
drivers/platform/chrome/wilco_ec/telemetry.c
drivers/platform/surface/surface_aggregator_cdev.c
drivers/platform/surface/surface_dtx.c
drivers/pps/pps.c
drivers/rtc/dev.c
drivers/rtc/rtc-m41t80.c
drivers/s390/char/fs3270.c
drivers/s390/char/sclp_ctl.c
drivers/s390/char/tape_char.c
drivers/s390/char/uvdevice.c
drivers/s390/char/vmcp.c
drivers/s390/char/vmlogrdr.c
drivers/s390/char/zcore.c
drivers/s390/cio/chsc_sch.c
drivers/s390/cio/css.c
drivers/s390/crypto/pkey_api.c
drivers/s390/crypto/zcrypt_api.c
drivers/sbus/char/openprom.c
drivers/sbus/char/uctrl.c
drivers/scsi/sg.c
drivers/spi/spidev.c
drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c
drivers/tty/tty_io.c
drivers/usb/gadget/function/f_fs.c
drivers/usb/gadget/legacy/inode.c
drivers/usb/gadget/legacy/raw_gadget.c
drivers/usb/gadget/udc/atmel_usba_udc.c
drivers/usb/misc/ldusb.c
drivers/usb/mon/mon_bin.c
drivers/usb/mon/mon_stat.c
drivers/usb/mon/mon_text.c
drivers/vfio/pci/hisilicon/hisi_acc_vfio_pci.c
drivers/vfio/pci/mlx5/main.c
drivers/vfio/pci/pds/lm.c
drivers/vfio/pci/qat/main.c
drivers/virt/coco/tdx-guest/tdx-guest.c
drivers/watchdog/acquirewdt.c
drivers/watchdog/advantechwdt.c
drivers/watchdog/alim1535_wdt.c
drivers/watchdog/alim7101_wdt.c
drivers/watchdog/at91rm9200_wdt.c
drivers/watchdog/ath79_wdt.c
drivers/watchdog/cpu5wdt.c
drivers/watchdog/cpwd.c
drivers/watchdog/eurotechwdt.c
drivers/watchdog/gef_wdt.c
drivers/watchdog/geodewdt.c
drivers/watchdog/ib700wdt.c
drivers/watchdog/ibmasr.c
drivers/watchdog/indydog.c
drivers/watchdog/it8712f_wdt.c
drivers/watchdog/m54xx_wdt.c
drivers/watchdog/machzwd.c
drivers/watchdog/mixcomwd.c
drivers/watchdog/mtx-1_wdt.c
drivers/watchdog/nv_tco.c
drivers/watchdog/pc87413_wdt.c
drivers/watchdog/pcwd.c
drivers/watchdog/pcwd_pci.c
drivers/watchdog/pcwd_usb.c
drivers/watchdog/pika_wdt.c
drivers/watchdog/rc32434_wdt.c
drivers/watchdog/rdc321x_wdt.c
drivers/watchdog/riowd.c
drivers/watchdog/sa1100_wdt.c
drivers/watchdog/sb_wdog.c
drivers/watchdog/sbc60xxwdt.c
drivers/watchdog/sbc7240_wdt.c
drivers/watchdog/sbc8360.c
drivers/watchdog/sbc_epx_c3.c
drivers/watchdog/sbc_fitpc2_wdt.c
drivers/watchdog/sc1200wdt.c
drivers/watchdog/sc520_wdt.c
drivers/watchdog/sch311x_wdt.c
drivers/watchdog/scx200_wdt.c
drivers/watchdog/smsc37b787_wdt.c
drivers/watchdog/w83877f_wdt.c
drivers/watchdog/w83977f_wdt.c
drivers/watchdog/wafer5823wdt.c
drivers/watchdog/wdrtas.c
drivers/watchdog/wdt.c
drivers/watchdog/wdt285.c
drivers/watchdog/wdt977.c
drivers/watchdog/wdt_pci.c
drivers/xen/evtchn.c
drivers/xen/mcelog.c
drivers/xen/xenbus/xenbus_dev_frontend.c
fs/bcachefs/chardev.c
fs/bcachefs/thread_with_file.c
fs/debugfs/file.c
fs/dlm/debug_fs.c
fs/efivarfs/file.c
fs/fsopen.c
fs/fuse/control.c
fs/fuse/dev.c
fs/nsfs.c
fs/pipe.c
fs/ubifs/debug.c
include/linux/debugfs.h
include/linux/fs.h
kernel/bpf/bpf_iter.c
kernel/events/core.c
kernel/power/user.c
kernel/relay.c
kernel/time/posix-clock.c
kernel/trace/rv/rv.c
kernel/trace/rv/rv_reactors.c
kernel/trace/trace.c
mm/huge_memory.c
net/mac80211/rc80211_minstrel_ht_debugfs.c
net/rfkill/core.c
net/socket.c
net/sunrpc/cache.c
net/sunrpc/rpc_pipe.c
samples/vfio-mdev/mtty.c
scripts/coccinelle/api/stream_open.cocci
sound/core/control.c
sound/core/oss/mixer_oss.c
sound/core/oss/pcm_oss.c
sound/core/pcm_native.c
sound/core/rawmidi.c
sound/core/seq/seq_clientmgr.c
sound/core/timer.c
sound/oss/dmasound/dmasound_core.c
sound/soc/intel/avs/debugfs.c
virt/kvm/kvm_main.c

index a1c3f03..e83609a 100644 (file)
@@ -75,7 +75,6 @@ Example conversion::
 
   -static const struct file_operations s3c2410wdt_fops = {
   -       .owner          = THIS_MODULE,
-  -       .llseek         = no_llseek,
   -       .write          = s3c2410wdt_write,
   -       .unlocked_ioctl = s3c2410wdt_ioctl,
   -       .open           = s3c2410wdt_open,
index b0f0816..5e8e37a 100644 (file)
@@ -466,7 +466,6 @@ static long perf_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
 }
 
 static const struct file_operations perf_fops = {
-       .llseek = no_llseek,
        .read = perf_read,
        .write = perf_write,
        .unlocked_ioctl = perf_ioctl,
index 0e855c5..5d9effb 100644 (file)
@@ -76,7 +76,6 @@ static long dbfs_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
 
 static const struct file_operations dbfs_ops = {
        .read           = dbfs_read,
-       .llseek         = no_llseek,
        .unlocked_ioctl = dbfs_ioctl,
 };
 
index 858beaf..d428635 100644 (file)
@@ -443,7 +443,6 @@ static const struct file_operations hypfs_file_ops = {
        .release        = hypfs_release,
        .read_iter      = hypfs_read_iter,
        .write_iter     = hypfs_write_iter,
-       .llseek         = no_llseek,
 };
 
 static struct file_system_type hypfs_type = {
index bce50ca..e62bea9 100644 (file)
@@ -163,7 +163,6 @@ static const struct file_operations debug_file_ops = {
        .write   = debug_input,
        .open    = debug_open,
        .release = debug_close,
-       .llseek  = no_llseek,
 };
 
 static struct dentry *debug_debugfs_root_entry;
index 18b0d02..e2e0aa4 100644 (file)
@@ -1698,7 +1698,6 @@ static const struct file_operations cfset_fops = {
        .release = cfset_release,
        .unlocked_ioctl = cfset_ioctl,
        .compat_ioctl = cfset_ioctl,
-       .llseek = no_llseek
 };
 
 static struct miscdevice cfset_dev = {
index 2be30a9..88055f5 100644 (file)
@@ -498,7 +498,6 @@ static const struct file_operations stsi_##fc##_##s1##_##s2##_fs_ops = {       \
        .open           = stsi_open_##fc##_##s1##_##s2,                        \
        .release        = stsi_release,                                        \
        .read           = stsi_read,                                           \
-       .llseek         = no_llseek,                                           \
 };
 
 static int stsi_release(struct inode *inode, struct file *file)
index ee90a91..6f55a59 100644 (file)
@@ -657,7 +657,6 @@ static const struct file_operations clp_misc_fops = {
        .release = clp_misc_release,
        .unlocked_ioctl = clp_misc_ioctl,
        .compat_ioctl = clp_misc_ioctl,
-       .llseek = no_llseek,
 };
 
 static struct miscdevice clp_misc_device = {
index 99a7144..819aabb 100644 (file)
@@ -164,7 +164,6 @@ static const struct file_operations harddog_fops = {
        .compat_ioctl   = compat_ptr_ioctl,
        .open           = harddog_open,
        .release        = harddog_release,
-       .llseek         = no_llseek,
 };
 
 static struct miscdevice harddog_miscdev = {
index c42b793..9d22887 100644 (file)
@@ -291,7 +291,6 @@ static int hostmixer_release(struct inode *inode, struct file *file)
 
 static const struct file_operations hostaudio_fops = {
        .owner          = THIS_MODULE,
-       .llseek         = no_llseek,
        .read           = hostaudio_read,
        .write          = hostaudio_write,
        .poll           = hostaudio_poll,
@@ -304,7 +303,6 @@ static const struct file_operations hostaudio_fops = {
 
 static const struct file_operations hostmixer_fops = {
        .owner          = THIS_MODULE,
-       .llseek         = no_llseek,
        .unlocked_ioctl = hostmixer_ioctl_mixdev,
        .open           = hostmixer_open_mixdev,
        .release        = hostmixer_release,
index a3aa019..af44fd5 100644 (file)
@@ -331,7 +331,6 @@ static const struct file_operations mce_chrdev_ops = {
        .poll                   = mce_chrdev_poll,
        .unlocked_ioctl         = mce_chrdev_ioctl,
        .compat_ioctl           = compat_ptr_ioctl,
-       .llseek                 = no_llseek,
 };
 
 static struct miscdevice mce_chrdev_device = {
index e69489d..972e6b6 100644 (file)
@@ -1567,7 +1567,6 @@ static int pseudo_lock_dev_mmap(struct file *filp, struct vm_area_struct *vma)
 
 static const struct file_operations pseudo_lock_dev_fops = {
        .owner =        THIS_MODULE,
-       .llseek =       no_llseek,
        .read =         NULL,
        .write =        NULL,
        .open =         pseudo_lock_dev_open,
index 8bc71cd..2460763 100644 (file)
@@ -199,7 +199,6 @@ static const struct file_operations erst_dbg_ops = {
        .read           = erst_dbg_read,
        .write          = erst_dbg_write,
        .unlocked_ioctl = erst_dbg_ioctl,
-       .llseek         = no_llseek,
 };
 
 static struct miscdevice erst_dbg_dev = {
index bb94638..19b6193 100644 (file)
@@ -526,7 +526,6 @@ static const struct file_operations charlcd_fops = {
        .write   = charlcd_write,
        .open    = charlcd_open,
        .release = charlcd_release,
-       .llseek  = no_llseek,
 };
 
 static struct miscdevice charlcd_dev = {
index 11901f2..223faa9 100644 (file)
@@ -2259,14 +2259,12 @@ static const struct file_operations mtip_regs_fops = {
        .owner  = THIS_MODULE,
        .open   = simple_open,
        .read   = mtip_hw_read_registers,
-       .llseek = no_llseek,
 };
 
 static const struct file_operations mtip_flags_fops = {
        .owner  = THIS_MODULE,
        .open   = simple_open,
        .read   = mtip_hw_read_flags,
-       .llseek = no_llseek,
 };
 
 static void mtip_hw_debugfs_init(struct driver_data *dd)
index 3edb37a..499c110 100644 (file)
@@ -2835,7 +2835,6 @@ static const struct file_operations pkt_ctl_fops = {
        .compat_ioctl   = pkt_ctl_compat_ioctl,
 #endif
        .owner          = THIS_MODULE,
-       .llseek         = no_llseek,
 };
 
 static struct miscdevice pkt_misc = {
index bca06bf..a6c8e5c 100644 (file)
@@ -1983,7 +1983,6 @@ static const struct file_operations ublk_ch_fops = {
        .owner = THIS_MODULE,
        .open = ublk_ch_open,
        .release = ublk_ch_release,
-       .llseek = no_llseek,
        .read_iter = ublk_ch_read_iter,
        .write_iter = ublk_ch_write_iter,
        .uring_cmd = ublk_ch_uring_cmd,
index 43e9ac5..aa6af35 100644 (file)
@@ -679,7 +679,6 @@ static const struct file_operations vhci_fops = {
        .poll           = vhci_poll,
        .open           = vhci_open,
        .release        = vhci_release,
-       .llseek         = no_llseek,
 };
 
 static struct miscdevice vhci_miscdev = {
index 8412406..6276551 100644 (file)
@@ -484,7 +484,6 @@ static const struct file_operations input_fops = {
        .owner  = THIS_MODULE,
        .open   = moxtet_debug_open,
        .read   = input_read,
-       .llseek = no_llseek,
 };
 
 static ssize_t output_read(struct file *file, char __user *buf, size_t len,
@@ -549,7 +548,6 @@ static const struct file_operations output_fops = {
        .open   = moxtet_debug_open,
        .read   = output_read,
        .write  = output_write,
-       .llseek = no_llseek,
 };
 
 static int moxtet_register_debugfs(struct moxtet *moxtet)
index 6931453..9fed970 100644 (file)
@@ -111,7 +111,6 @@ static irqreturn_t ac_interrupt(int, void *);
 
 static const struct file_operations ac_fops = {
        .owner = THIS_MODULE,
-       .llseek = no_llseek,
        .read = ac_read,
        .write = ac_write,
        .unlocked_ioctl = ac_ioctl,
index a4f4291..44a1cdb 100644 (file)
@@ -353,7 +353,6 @@ static const struct file_operations ds1620_fops = {
        .open           = ds1620_open,
        .read           = ds1620_read,
        .unlocked_ioctl = ds1620_unlocked_ioctl,
-       .llseek         = no_llseek,
 };
 
 static struct miscdevice ds1620_miscdev = {
index 5a1a733..27f5f9d 100644 (file)
@@ -107,7 +107,6 @@ static const struct file_operations dtlk_fops =
        .unlocked_ioctl = dtlk_ioctl,
        .open           = dtlk_open,
        .release        = dtlk_release,
-       .llseek         = no_llseek,
 };
 
 /* local prototypes */
index 3dadc4a..e904e47 100644 (file)
@@ -700,7 +700,6 @@ hpet_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
 
 static const struct file_operations hpet_fops = {
        .owner = THIS_MODULE,
-       .llseek = no_llseek,
        .read = hpet_read,
        .poll = hpet_poll,
        .unlocked_ioctl = hpet_ioctl,
index 9a45925..335eea8 100644 (file)
@@ -903,7 +903,6 @@ static const struct file_operations ipmi_wdog_fops = {
        .open    = ipmi_open,
        .release = ipmi_close,
        .fasync  = ipmi_fasync,
-       .llseek  = no_llseek,
 };
 
 static struct miscdevice ipmi_wdog_miscdev = {
index c39a836..5f46968 100644 (file)
@@ -235,7 +235,6 @@ static const struct file_operations pc8736x_gpio_fileops = {
        .open   = pc8736x_gpio_open,
        .write  = nsc_gpio_write,
        .read   = nsc_gpio_read,
-       .llseek = no_llseek,
 };
 
 static void __init pc8736x_init_shadow(void)
index eaff98d..d1dfbd8 100644 (file)
@@ -786,7 +786,6 @@ static const struct class ppdev_class = {
 
 static const struct file_operations pp_fops = {
        .owner          = THIS_MODULE,
-       .llseek         = no_llseek,
        .read           = pp_read,
        .write          = pp_write,
        .poll           = pp_poll,
index 9f701dc..700e6af 100644 (file)
@@ -68,7 +68,6 @@ static const struct file_operations scx200_gpio_fileops = {
        .read    = nsc_gpio_read,
        .open    = scx200_gpio_open,
        .release = scx200_gpio_release,
-       .llseek  = no_llseek,
 };
 
 static struct cdev scx200_gpio_cdev;  /* use 1 cdev for all pins */
index bb5115b..0f8185e 100644 (file)
@@ -1054,7 +1054,6 @@ static const struct file_operations sonypi_misc_fops = {
        .release        = sonypi_misc_release,
        .fasync         = sonypi_misc_fasync,
        .unlocked_ioctl = sonypi_misc_ioctl,
-       .llseek         = no_llseek,
 };
 
 static struct miscdevice sonypi_misc_device = {
index e2c0baa..97c94b5 100644 (file)
@@ -59,7 +59,6 @@ static int tpm_release(struct inode *inode, struct file *file)
 
 const struct file_operations tpm_fops = {
        .owner = THIS_MODULE,
-       .llseek = no_llseek,
        .open = tpm_open,
        .read = tpm_common_read,
        .write = tpm_common_write,
index 11c5020..8fe4a01 100644 (file)
@@ -243,7 +243,6 @@ static int vtpm_proxy_fops_release(struct inode *inode, struct file *filp)
 
 static const struct file_operations vtpm_proxy_fops = {
        .owner = THIS_MODULE,
-       .llseek = no_llseek,
        .read = vtpm_proxy_fops_read,
        .write = vtpm_proxy_fops_write,
        .poll = vtpm_proxy_fops_poll,
index eef0fb0..c25df7e 100644 (file)
@@ -46,7 +46,6 @@ static int tpmrm_release(struct inode *inode, struct file *file)
 
 const struct file_operations tpmrm_fops = {
        .owner = THIS_MODULE,
-       .llseek = no_llseek,
        .open = tpmrm_open,
        .read = tpm_common_read,
        .write = tpm_common_write,
index de7d720..99a7f24 100644 (file)
@@ -1093,7 +1093,6 @@ static const struct file_operations port_fops = {
        .poll  = port_fops_poll,
        .release = port_fops_release,
        .fasync = port_fops_fasync,
-       .llseek = no_llseek,
 };
 
 /*
index afc94d0..3ee75e1 100644 (file)
@@ -454,7 +454,6 @@ out_unlock:
 
 static const struct file_operations counter_fops = {
        .owner = THIS_MODULE,
-       .llseek = no_llseek,
        .read = counter_chrdev_read,
        .poll = counter_chrdev_poll,
        .unlocked_ioctl = counter_chrdev_ioctl,
index 518eaa0..b360dca 100644 (file)
@@ -1911,7 +1911,6 @@ static __poll_t fw_device_op_poll(struct file *file, poll_table * pt)
 
 const struct file_operations fw_device_ops = {
        .owner          = THIS_MODULE,
-       .llseek         = no_llseek,
        .open           = fw_device_op_open,
        .read           = fw_device_op_read,
        .unlocked_ioctl = fw_device_op_ioctl,
index 69c1513..88c5c4f 100644 (file)
@@ -2886,7 +2886,6 @@ static ssize_t reset_all_on_write(struct file *filp, const char __user *buf,
 static const struct file_operations fops_reset_counts = {
        .owner = THIS_MODULE,
        .open = simple_open,
-       .llseek = no_llseek,
        .write = reset_all_on_write,
 };
 
index 130d13e..9e89a6a 100644 (file)
@@ -950,7 +950,6 @@ static const struct file_operations scmi_dbg_raw_mode_reset_fops = {
        .open = scmi_dbg_raw_mode_open,
        .release = scmi_dbg_raw_mode_release,
        .write = scmi_dbg_raw_mode_reset_write,
-       .llseek = no_llseek,
        .owner = THIS_MODULE,
 };
 
@@ -960,7 +959,6 @@ static const struct file_operations scmi_dbg_raw_mode_message_fops = {
        .read = scmi_dbg_raw_mode_message_read,
        .write = scmi_dbg_raw_mode_message_write,
        .poll = scmi_dbg_raw_mode_message_poll,
-       .llseek = no_llseek,
        .owner = THIS_MODULE,
 };
 
@@ -977,7 +975,6 @@ static const struct file_operations scmi_dbg_raw_mode_message_async_fops = {
        .read = scmi_dbg_raw_mode_message_read,
        .write = scmi_dbg_raw_mode_message_async_write,
        .poll = scmi_dbg_raw_mode_message_poll,
-       .llseek = no_llseek,
        .owner = THIS_MODULE,
 };
 
@@ -1001,7 +998,6 @@ static const struct file_operations scmi_dbg_raw_mode_notification_fops = {
        .release = scmi_dbg_raw_mode_release,
        .read = scmi_test_dbg_raw_mode_notif_read,
        .poll = scmi_test_dbg_raw_mode_notif_poll,
-       .llseek = no_llseek,
        .owner = THIS_MODULE,
 };
 
@@ -1025,7 +1021,6 @@ static const struct file_operations scmi_dbg_raw_mode_errors_fops = {
        .release = scmi_dbg_raw_mode_release,
        .read = scmi_test_dbg_raw_mode_errors_read,
        .poll = scmi_test_dbg_raw_mode_errors_poll,
-       .llseek = no_llseek,
        .owner = THIS_MODULE,
 };
 
index 97bafb5..0c17bdd 100644 (file)
@@ -309,7 +309,6 @@ static const struct file_operations efi_capsule_fops = {
        .open = efi_capsule_open,
        .write = efi_capsule_write,
        .release = efi_capsule_release,
-       .llseek = no_llseek,
 };
 
 static struct miscdevice efi_capsule_misc = {
index 47d67bb..9e26287 100644 (file)
@@ -750,7 +750,6 @@ static const struct file_operations efi_test_fops = {
        .unlocked_ioctl = efi_test_ioctl,
        .open           = efi_test_open,
        .release        = efi_test_close,
-       .llseek         = no_llseek,
 };
 
 static struct miscdevice efi_test_dev = {
index 525ebdc..f3bc0d4 100644 (file)
@@ -386,7 +386,6 @@ static const struct file_operations do_sign_fops = {
        .open   = rwtm_debug_open,
        .read   = do_sign_read,
        .write  = do_sign_write,
-       .llseek = no_llseek,
 };
 
 static void rwtm_debugfs_release(void *root)
index 48f2ee0..883ef86 100644 (file)
@@ -206,7 +206,6 @@ static const struct file_operations gnss_fops = {
        .read           = gnss_read,
        .write          = gnss_write,
        .poll           = gnss_poll,
-       .llseek         = no_llseek,
 };
 
 static struct class *gnss_class;
index 455eecf..d39c661 100644 (file)
@@ -347,7 +347,6 @@ static const struct file_operations gpio_mockup_debugfs_ops = {
        .open = gpio_mockup_debugfs_open,
        .read = gpio_mockup_debugfs_read,
        .write = gpio_mockup_debugfs_write,
-       .llseek = no_llseek,
        .release = single_release,
 };
 
index aed6d1f..07e0d71 100644 (file)
@@ -217,7 +217,6 @@ static const struct file_operations fops_trigger = {
        .owner = THIS_MODULE,
        .open = trigger_open,
        .write = trigger_write,
-       .llseek = no_llseek,
        .release = single_release,
 };
 
index 5aac59d..78c9d9e 100644 (file)
@@ -2842,7 +2842,6 @@ static const struct file_operations gpio_fileops = {
        .poll = lineinfo_watch_poll,
        .read = lineinfo_watch_read,
        .owner = THIS_MODULE,
-       .llseek = no_llseek,
        .unlocked_ioctl = gpio_ioctl,
 #ifdef CONFIG_COMPAT
        .compat_ioctl = gpio_ioctl_compat,
index 07e493d..ad1dc63 100644 (file)
@@ -103,7 +103,6 @@ bool drm_dev_needs_global_mutex(struct drm_device *dev)
  *             .compat_ioctl = drm_compat_ioctl, // NULL if CONFIG_COMPAT=n
  *             .poll = drm_poll,
  *             .read = drm_read,
- *             .llseek = no_llseek,
  *             .mmap = drm_gem_mmap,
  *     };
  *
index 025a79f..2406cda 100644 (file)
@@ -3751,7 +3751,6 @@ static int i915_perf_release(struct inode *inode, struct file *file)
 
 static const struct file_operations fops = {
        .owner          = THIS_MODULE,
-       .llseek         = no_llseek,
        .release        = i915_perf_release,
        .poll           = i915_perf_poll,
        .read           = i915_perf_read,
index 3d3da79..d3c7889 100644 (file)
@@ -192,7 +192,6 @@ static const struct file_operations perf_debugfs_fops = {
        .owner = THIS_MODULE,
        .open = perf_open,
        .read = perf_read,
-       .llseek = no_llseek,
        .release = perf_release,
 };
 
index ca44fd2..39138e1 100644 (file)
@@ -227,7 +227,6 @@ static const struct file_operations rd_debugfs_fops = {
        .owner = THIS_MODULE,
        .open = rd_open,
        .read = rd_read,
-       .llseek = no_llseek,
        .release = rd_release,
 };
 
index 0369cc0..eae38a4 100644 (file)
@@ -1263,7 +1263,6 @@ static int xe_oa_mmap(struct file *file, struct vm_area_struct *vma)
 
 static const struct file_operations xe_oa_fops = {
        .owner          = THIS_MODULE,
-       .llseek         = no_llseek,
        .release        = xe_oa_release,
        .poll           = xe_oa_poll,
        .read           = xe_oa_read,
index a54c799..21a7042 100644 (file)
@@ -803,7 +803,6 @@ static const struct file_operations uhid_fops = {
        .read           = uhid_char_read,
        .write          = uhid_char_write,
        .poll           = uhid_char_poll,
-       .llseek         = no_llseek,
 };
 
 static struct miscdevice uhid_misc = {
index 3751c1e..1dc7e24 100644 (file)
@@ -783,7 +783,6 @@ static const struct file_operations atk_debugfs_ggrp_fops = {
        .read           = atk_debugfs_ggrp_read,
        .open           = atk_debugfs_ggrp_open,
        .release        = atk_debugfs_ggrp_release,
-       .llseek         = no_llseek,
 };
 
 static void atk_debugfs_init(struct atk_data *data)
index 1811f84..a303959 100644 (file)
@@ -948,7 +948,6 @@ static long watchdog_ioctl(struct file *filp, unsigned int cmd,
 
 static const struct file_operations watchdog_fops = {
        .owner = THIS_MODULE,
-       .llseek = no_llseek,
        .open = watchdog_open,
        .release = watchdog_release,
        .write = watchdog_write,
index 0acf6bd..67728f6 100644 (file)
@@ -1451,7 +1451,6 @@ static long watchdog_ioctl(struct file *filp, unsigned int cmd,
 
 static const struct file_operations watchdog_fops = {
        .owner = THIS_MODULE,
-       .llseek = no_llseek,
        .open = watchdog_open,
        .release = watchdog_close,
        .write = watchdog_write,
index 7edd3f1..aea9ac9 100644 (file)
@@ -652,7 +652,6 @@ static const struct file_operations etb_fops = {
        .open           = etb_open,
        .read           = etb_read,
        .release        = etb_release,
-       .llseek         = no_llseek,
 };
 
 static struct attribute *coresight_etb_mgmt_attrs[] = {
index b54562f..3a482fd 100644 (file)
@@ -220,7 +220,6 @@ static const struct file_operations tmc_fops = {
        .open           = tmc_open,
        .read           = tmc_read,
        .release        = tmc_release,
-       .llseek         = no_llseek,
 };
 
 static enum tmc_mem_intf_width tmc_get_memwidth(u32 devid)
index f9ebf20..ef7f560 100644 (file)
@@ -163,7 +163,6 @@ static const struct file_operations smb_fops = {
        .open           = smb_open,
        .read           = smb_read,
        .release        = smb_release,
-       .llseek         = no_llseek,
 };
 
 static ssize_t buf_size_show(struct device *dev, struct device_attribute *attr,
index be63d5b..66123d6 100644 (file)
@@ -1677,7 +1677,6 @@ static const struct file_operations intel_th_msc_fops = {
        .release        = intel_th_msc_release,
        .read           = intel_th_msc_read,
        .mmap           = intel_th_msc_mmap,
-       .llseek         = no_llseek,
        .owner          = THIS_MODULE,
 };
 
index ccf39a8..cdba4e8 100644 (file)
@@ -839,7 +839,6 @@ static const struct file_operations stm_fops = {
        .mmap           = stm_char_mmap,
        .unlocked_ioctl = stm_char_ioctl,
        .compat_ioctl   = compat_ptr_ioctl,
-       .llseek         = no_llseek,
 };
 
 static void stm_device_release(struct device *dev)
index f4fb212..61f7c40 100644 (file)
@@ -637,7 +637,6 @@ static int i2cdev_release(struct inode *inode, struct file *file)
 
 static const struct file_operations i2cdev_fops = {
        .owner          = THIS_MODULE,
-       .llseek         = no_llseek,
        .read           = i2cdev_read,
        .write          = i2cdev_write,
        .unlocked_ioctl = i2cdev_ioctl,
index dc57d07..5dbb248 100644 (file)
@@ -1817,7 +1817,6 @@ static const struct file_operations ucma_fops = {
        .release = ucma_close,
        .write   = ucma_write,
        .poll    = ucma_poll,
-       .llseek  = no_llseek,
 };
 
 static struct miscdevice ucma_misc = {
index f760dff..fd67fc9 100644 (file)
@@ -1082,7 +1082,6 @@ static const struct file_operations umad_fops = {
 #endif
        .open           = ib_umad_open,
        .release        = ib_umad_close,
-       .llseek         = no_llseek,
 };
 
 static int ib_umad_sm_open(struct inode *inode, struct file *filp)
@@ -1150,7 +1149,6 @@ static const struct file_operations umad_sm_fops = {
        .owner   = THIS_MODULE,
        .open    = ib_umad_sm_open,
        .release = ib_umad_sm_close,
-       .llseek  = no_llseek,
 };
 
 static struct ib_umad_port *get_port(struct ib_device *ibdev,
index bc09928..9445418 100644 (file)
@@ -353,7 +353,6 @@ const struct file_operations uverbs_event_fops = {
        .poll    = ib_uverbs_comp_event_poll,
        .release = uverbs_uobject_fd_release,
        .fasync  = ib_uverbs_comp_event_fasync,
-       .llseek  = no_llseek,
 };
 
 const struct file_operations uverbs_async_event_fops = {
@@ -362,7 +361,6 @@ const struct file_operations uverbs_async_event_fops = {
        .poll    = ib_uverbs_async_event_poll,
        .release = uverbs_async_event_release,
        .fasync  = ib_uverbs_async_event_fasync,
-       .llseek  = no_llseek,
 };
 
 void ib_uverbs_comp_handler(struct ib_cq *cq, void *cq_context)
@@ -991,7 +989,6 @@ static const struct file_operations uverbs_fops = {
        .write   = ib_uverbs_write,
        .open    = ib_uverbs_open,
        .release = ib_uverbs_close,
-       .llseek  = no_llseek,
        .unlocked_ioctl = ib_uverbs_ioctl,
        .compat_ioctl = compat_ptr_ioctl,
 };
@@ -1002,7 +999,6 @@ static const struct file_operations uverbs_mmap_fops = {
        .mmap    = ib_uverbs_mmap,
        .open    = ib_uverbs_open,
        .release = ib_uverbs_close,
-       .llseek  = no_llseek,
        .unlocked_ioctl = ib_uverbs_ioctl,
        .compat_ioctl = compat_ptr_ioctl,
 };
index 35d2382..ec9ee59 100644 (file)
@@ -203,7 +203,6 @@ static const struct file_operations __fault_opcodes_fops = {
        .open = fault_opcodes_open,
        .read = fault_opcodes_read,
        .write = fault_opcodes_write,
-       .llseek = no_llseek
 };
 
 void hfi1_fault_exit_debugfs(struct hfi1_ibdev *ibd)
index 253fea3..69999d8 100644 (file)
@@ -2673,7 +2673,6 @@ static const struct file_operations devx_async_cmd_event_fops = {
        .read    = devx_async_cmd_event_read,
        .poll    = devx_async_cmd_event_poll,
        .release = uverbs_uobject_fd_release,
-       .llseek  = no_llseek,
 };
 
 static ssize_t devx_async_event_read(struct file *filp, char __user *buf,
@@ -2788,7 +2787,6 @@ static const struct file_operations devx_async_event_fops = {
        .read    = devx_async_event_read,
        .poll    = devx_async_event_poll,
        .release = uverbs_uobject_fd_release,
-       .llseek  = no_llseek,
 };
 
 static void devx_async_cmd_event_destroy_uobj(struct ib_uobject *uobj,
index eb49065..b5cbb57 100644 (file)
@@ -1299,7 +1299,6 @@ static const struct file_operations evdev_fops = {
        .compat_ioctl   = evdev_ioctl_compat,
 #endif
        .fasync         = evdev_fasync,
-       .llseek         = no_llseek,
 };
 
 /*
index 5824bca..ba2b172 100644 (file)
@@ -718,7 +718,6 @@ static const struct file_operations joydev_fops = {
        .compat_ioctl   = joydev_compat_ioctl,
 #endif
        .fasync         = joydev_fasync,
-       .llseek         = no_llseek,
 };
 
 /*
index cf25177..707c5a8 100644 (file)
@@ -1007,7 +1007,6 @@ static const struct file_operations applespi_tp_dim_fops = {
        .owner = THIS_MODULE,
        .open = applespi_tp_dim_open,
        .read = applespi_tp_dim_read,
-       .llseek = no_llseek,
 };
 
 static void report_finger_data(struct input_dev *input, int slot,
index 445856c..2c51ea9 100644 (file)
@@ -1132,7 +1132,6 @@ static const struct file_operations uinput_fops = {
 #ifdef CONFIG_COMPAT
        .compat_ioctl   = uinput_compat_ioctl,
 #endif
-       .llseek         = no_llseek,
 };
 
 static struct miscdevice uinput_misc = {
index a88e2ee..1ab12b2 100644 (file)
@@ -267,7 +267,6 @@ static const struct file_operations userio_fops = {
        .read           = userio_char_read,
        .write          = userio_char_write,
        .poll           = userio_char_poll,
-       .llseek         = no_llseek,
 };
 
 static struct miscdevice userio_misc = {
index 8c8226f..e590973 100644 (file)
@@ -360,7 +360,6 @@ static const struct file_operations iommufd_fault_fops = {
        .write          = iommufd_fault_fops_write,
        .poll           = iommufd_fault_fops_poll,
        .release        = iommufd_fault_fops_release,
-       .llseek         = no_llseek,
 };
 
 int iommufd_fault_alloc(struct iommufd_ucmd *ucmd)
index 3ed2573..70dee9a 100644 (file)
@@ -1024,7 +1024,6 @@ static int capi_release(struct inode *inode, struct file *file)
 static const struct file_operations capi_fops =
 {
        .owner          = THIS_MODULE,
-       .llseek         = no_llseek,
        .read           = capi_read,
        .write          = capi_write,
        .poll           = capi_poll,
index 83d6b48..7cfa8c6 100644 (file)
@@ -266,7 +266,6 @@ static const struct file_operations mISDN_fops = {
        .unlocked_ioctl = mISDN_ioctl,
        .open           = mISDN_open,
        .release        = mISDN_close,
-       .llseek         = no_llseek,
 };
 
 static struct miscdevice mISDNtimer = {
index 3d361c9..374a841 100644 (file)
@@ -200,7 +200,6 @@ static const struct file_operations uleds_fops = {
        .read           = uleds_read,
        .write          = uleds_write,
        .poll           = uleds_poll,
-       .llseek         = no_llseek,
 };
 
 static struct miscdevice uleds_misc = {
index b0407c5..88adee4 100644 (file)
@@ -842,7 +842,6 @@ out:
 
 static const struct file_operations adb_fops = {
        .owner          = THIS_MODULE,
-       .llseek         = no_llseek,
        .read           = adb_read,
        .write          = adb_write,
        .open           = adb_open,
index b2b78a5..a01bc50 100644 (file)
@@ -1314,7 +1314,6 @@ static int smu_release(struct inode *inode, struct file *file)
 
 
 static const struct file_operations smu_device_fops = {
-       .llseek         = no_llseek,
        .read           = smu_read,
        .write          = smu_write,
        .poll           = smu_fpoll,
index c75a405..c502992 100644 (file)
@@ -698,5 +698,4 @@ const struct file_operations cec_devnode_fops = {
        .compat_ioctl = cec_ioctl,
        .release = cec_release,
        .poll = cec_poll,
-       .llseek = no_llseek,
 };
index 318e267..56444ed 100644 (file)
@@ -204,7 +204,6 @@ static const struct file_operations media_devnode_fops = {
 #endif /* CONFIG_COMPAT */
        .release = media_release,
        .poll = media_poll,
-       .llseek = no_llseek,
 };
 
 int __must_check media_devnode_register(struct media_device *mdev,
index b8dfd53..f042f3f 100644 (file)
@@ -706,7 +706,6 @@ static const struct file_operations lirc_fops = {
        .poll           = lirc_poll,
        .open           = lirc_open,
        .release        = lirc_close,
-       .llseek         = no_llseek,
 };
 
 static void lirc_release_device(struct device *ld)
index 1a1258d..14fa41c 100644 (file)
@@ -59,7 +59,6 @@ static int uvc_debugfs_stats_release(struct inode *inode, struct file *file)
 static const struct file_operations uvc_debugfs_stats_fops = {
        .owner = THIS_MODULE,
        .open = uvc_debugfs_stats_open,
-       .llseek = no_llseek,
        .read = uvc_debugfs_stats_read,
        .release = uvc_debugfs_stats_release,
 };
index 570ba00..3d7711c 100644 (file)
@@ -483,7 +483,6 @@ static const struct file_operations v4l2_fops = {
 #endif
        .release = v4l2_release,
        .poll = v4l2_poll,
-       .llseek = no_llseek,
 };
 
 /**
index 9f39997..4766d85 100644 (file)
@@ -2691,7 +2691,6 @@ mptctl_hp_targetinfo(MPT_ADAPTER *ioc, unsigned long arg)
 
 static const struct file_operations mptctl_fops = {
        .owner =        THIS_MODULE,
-       .llseek =       no_llseek,
        .fasync =       mptctl_fasync,
        .unlocked_ioctl = mptctl_ioctl,
 #ifdef CONFIG_COMPAT
index 1fc635a..4233dc4 100644 (file)
@@ -669,7 +669,6 @@ static int lis3lv02d_misc_fasync(int fd, struct file *file, int on)
 
 static const struct file_operations lis3lv02d_misc_fops = {
        .owner   = THIS_MODULE,
-       .llseek  = no_llseek,
        .read    = lis3lv02d_misc_read,
        .open    = lis3lv02d_misc_open,
        .release = lis3lv02d_misc_release,
index 40c3fe2..1f5aaf1 100644 (file)
@@ -1176,7 +1176,6 @@ static const struct file_operations mei_fops = {
        .poll = mei_poll,
        .fsync = mei_fsync,
        .fasync = mei_fasync,
-       .llseek = no_llseek
 };
 
 /**
index 3c2f743..4954553 100644 (file)
@@ -126,7 +126,6 @@ static const struct file_operations ntsync_obj_fops = {
        .release        = ntsync_obj_release,
        .unlocked_ioctl = ntsync_obj_ioctl,
        .compat_ioctl   = compat_ptr_ioctl,
-       .llseek         = no_llseek,
 };
 
 static struct ntsync_obj *ntsync_alloc_obj(struct ntsync_device *dev,
@@ -233,7 +232,6 @@ static const struct file_operations ntsync_fops = {
        .release        = ntsync_char_release,
        .unlocked_ioctl = ntsync_char_ioctl,
        .compat_ioctl   = compat_ptr_ioctl,
-       .llseek         = no_llseek,
 };
 
 static struct miscdevice ntsync_misc = {
index 30bd7c3..701db2c 100644 (file)
@@ -279,7 +279,6 @@ static const struct file_operations phantom_file_ops = {
        .unlocked_ioctl = phantom_ioctl,
        .compat_ioctl = phantom_compat_ioctl,
        .poll = phantom_poll,
-       .llseek = no_llseek,
 };
 
 static irqreturn_t phantom_isr(int irq, void *data)
index f58bea5..ef06a4d 100644 (file)
@@ -2734,7 +2734,6 @@ static const struct file_operations mmc_rpmb_fileops = {
        .release = mmc_rpmb_chrdev_release,
        .open = mmc_rpmb_chrdev_open,
        .owner = THIS_MODULE,
-       .llseek = no_llseek,
        .unlocked_ioctl = mmc_rpmb_ioctl,
 #ifdef CONFIG_COMPAT
        .compat_ioctl = mmc_rpmb_ioctl_compat,
index 0d8f04c..6bb80d7 100644 (file)
@@ -1095,7 +1095,6 @@ const struct file_operations ubi_vol_cdev_operations = {
 /* UBI character device operations */
 const struct file_operations ubi_cdev_operations = {
        .owner          = THIS_MODULE,
-       .llseek         = no_llseek,
        .unlocked_ioctl = ubi_cdev_ioctl,
        .compat_ioctl   = compat_ptr_ioctl,
 };
@@ -1105,5 +1104,4 @@ const struct file_operations ubi_ctrl_cdev_operations = {
        .owner          = THIS_MODULE,
        .unlocked_ioctl = ctrl_cdev_ioctl,
        .compat_ioctl   = compat_ptr_ioctl,
-       .llseek         = no_llseek,
 };
index 9ec3b8b..d2a5396 100644 (file)
@@ -470,7 +470,6 @@ static const struct file_operations dfs_fops = {
        .read   = dfs_file_read,
        .write  = dfs_file_write,
        .open   = simple_open,
-       .llseek = no_llseek,
        .owner  = THIS_MODULE,
 };
 
index a1f91ff..41e80f7 100644 (file)
@@ -1414,7 +1414,6 @@ out:
 static const struct file_operations nsim_nexthop_bucket_activity_fops = {
        .open = simple_open,
        .write = nsim_nexthop_bucket_activity_write,
-       .llseek = no_llseek,
        .owner = THIS_MODULE,
 };
 
index 77574f7..5aa41d5 100644 (file)
@@ -1162,7 +1162,6 @@ static const struct file_operations tap_fops = {
        .read_iter      = tap_read_iter,
        .write_iter     = tap_write_iter,
        .poll           = tap_poll,
-       .llseek         = no_llseek,
        .unlocked_ioctl = tap_ioctl,
        .compat_ioctl   = compat_ptr_ioctl,
 };
index 5f77fae..9a0f6eb 100644 (file)
@@ -3543,7 +3543,6 @@ static void tun_chr_show_fdinfo(struct seq_file *m, struct file *file)
 
 static const struct file_operations tun_fops = {
        .owner  = THIS_MODULE,
-       .llseek = no_llseek,
        .read_iter  = tun_chr_read_iter,
        .write_iter = tun_chr_write_iter,
        .poll   = tun_chr_poll,
index df53dd1..da72fd2 100644 (file)
@@ -1184,7 +1184,6 @@ static ssize_t bus_reset_write(struct file *file, const char __user *user_buf,
 
 static const struct file_operations bus_reset_fops = {
        .open   = simple_open,
-       .llseek = no_llseek,
        .write  = bus_reset_write,
 };
 
index 99a541d..49a6aff 100644 (file)
@@ -3768,7 +3768,6 @@ static int iwl_mvm_d3_test_release(struct inode *inode, struct file *file)
 }
 
 const struct file_operations iwl_dbgfs_d3_test_ops = {
-       .llseek = no_llseek,
        .open = iwl_mvm_d3_test_open,
        .read = iwl_mvm_d3_test_read,
        .release = iwl_mvm_d3_test_release,
index 4525ad1..839154c 100644 (file)
@@ -302,7 +302,6 @@ static const struct file_operations cros_ec_console_log_fops = {
        .owner = THIS_MODULE,
        .open = cros_ec_console_log_open,
        .read = cros_ec_console_log_read,
-       .llseek = no_llseek,
        .poll = cros_ec_console_log_poll,
        .release = cros_ec_console_log_release,
 };
index 983f2fa..9948608 100644 (file)
@@ -156,7 +156,6 @@ static const struct file_operations fops_raw = {
        .owner = THIS_MODULE,
        .read = raw_read,
        .write = raw_write,
-       .llseek = no_llseek,
 };
 
 #define CMD_KB_CHROME          0x88
index bd1fb53..196e46a 100644 (file)
@@ -403,7 +403,6 @@ static const struct file_operations event_fops = {
        .poll  = event_poll,
        .read = event_read,
        .release = event_release,
-       .llseek = no_llseek,
        .owner = THIS_MODULE,
 };
 
index 21d4cbb..a87877e 100644 (file)
@@ -330,7 +330,6 @@ static const struct file_operations telem_fops = {
        .write = telem_write,
        .read = telem_read,
        .release = telem_release,
-       .llseek = no_llseek,
        .owner = THIS_MODULE,
 };
 
index 07e065b..165b141 100644 (file)
@@ -670,7 +670,6 @@ static const struct file_operations ssam_controller_fops = {
        .fasync         = ssam_cdev_fasync,
        .unlocked_ioctl = ssam_cdev_device_ioctl,
        .compat_ioctl   = ssam_cdev_device_ioctl,
-       .llseek         = no_llseek,
 };
 
 
index 2de843b..89ca6b5 100644 (file)
@@ -555,7 +555,6 @@ static const struct file_operations surface_dtx_fops = {
        .fasync         = surface_dtx_fasync,
        .unlocked_ioctl = surface_dtx_ioctl,
        .compat_ioctl   = surface_dtx_ioctl,
-       .llseek         = no_llseek,
 };
 
 
index 5d19baa..25d4790 100644 (file)
@@ -319,7 +319,6 @@ static int pps_cdev_release(struct inode *inode, struct file *file)
 
 static const struct file_operations pps_cdev_fops = {
        .owner          = THIS_MODULE,
-       .llseek         = no_llseek,
        .poll           = pps_cdev_poll,
        .fasync         = pps_cdev_fasync,
        .compat_ioctl   = pps_cdev_compat_ioctl,
index 4aad9bb..c4a3ab5 100644 (file)
@@ -523,7 +523,6 @@ static int rtc_dev_release(struct inode *inode, struct file *file)
 
 static const struct file_operations rtc_dev_fops = {
        .owner          = THIS_MODULE,
-       .llseek         = no_llseek,
        .read           = rtc_dev_read,
        .poll           = rtc_dev_poll,
        .unlocked_ioctl = rtc_dev_ioctl,
index 0013bff..1f58ae8 100644 (file)
@@ -850,7 +850,6 @@ static const struct file_operations wdt_fops = {
        .write  = wdt_write,
        .open   = wdt_open,
        .release = wdt_release,
-       .llseek = no_llseek,
 };
 
 static struct miscdevice wdt_dev = {
index 6151578..cfe7efd 100644 (file)
@@ -515,7 +515,6 @@ static const struct file_operations fs3270_fops = {
        .compat_ioctl    = fs3270_ioctl,        /* ioctl */
        .open            = fs3270_open,         /* open */
        .release         = fs3270_close,        /* release */
-       .llseek         = no_llseek,
 };
 
 static void fs3270_create_cb(int minor)
index 248b5db..dd60516 100644 (file)
@@ -115,7 +115,6 @@ static const struct file_operations sclp_ctl_fops = {
        .open = nonseekable_open,
        .unlocked_ioctl = sclp_ctl_ioctl,
        .compat_ioctl = sclp_ctl_ioctl,
-       .llseek = no_llseek,
 };
 
 /*
index cc8237a..89778d9 100644 (file)
@@ -52,7 +52,6 @@ static const struct file_operations tape_fops =
 #endif
        .open = tapechar_open,
        .release = tapechar_release,
-       .llseek = no_llseek,
 };
 
 static int tapechar_major = TAPECHAR_MAJOR;
index 42c9f77..f598edc 100644 (file)
@@ -448,7 +448,6 @@ static long uvio_ioctl(struct file *filp, unsigned int cmd, unsigned long arg)
 static const struct file_operations uvio_dev_fops = {
        .owner = THIS_MODULE,
        .unlocked_ioctl = uvio_ioctl,
-       .llseek = no_llseek,
 };
 
 static struct miscdevice uvio_dev_miscdev = {
index eb0520a..c6d5833 100644 (file)
@@ -242,7 +242,6 @@ static const struct file_operations vmcp_fops = {
        .write          = vmcp_write,
        .unlocked_ioctl = vmcp_ioctl,
        .compat_ioctl   = vmcp_ioctl,
-       .llseek         = no_llseek,
 };
 
 static struct miscdevice vmcp_dev = {
index c09e1e0..bd5cecc 100644 (file)
@@ -96,7 +96,6 @@ static const struct file_operations vmlogrdr_fops = {
        .open    = vmlogrdr_open,
        .release = vmlogrdr_release,
        .read    = vmlogrdr_read,
-       .llseek  = no_llseek,
 };
 
 
index 0969fa0..33cebb9 100644 (file)
@@ -165,7 +165,6 @@ static const struct file_operations zcore_reipl_fops = {
        .write          = zcore_reipl_write,
        .open           = zcore_reipl_open,
        .release        = zcore_reipl_release,
-       .llseek         = no_llseek,
 };
 
 static ssize_t zcore_hsa_read(struct file *filp, char __user *buf,
@@ -200,7 +199,6 @@ static const struct file_operations zcore_hsa_fops = {
        .write          = zcore_hsa_write,
        .read           = zcore_hsa_read,
        .open           = nonseekable_open,
-       .llseek         = no_llseek,
 };
 
 static int __init check_sdias(void)
index e6c8006..1e58ee3 100644 (file)
@@ -924,7 +924,6 @@ static const struct file_operations chsc_fops = {
        .release = chsc_release,
        .unlocked_ioctl = chsc_ioctl,
        .compat_ioctl = chsc_ioctl,
-       .llseek = no_llseek,
 };
 
 static struct miscdevice chsc_misc_device = {
index 53b68f8..7b59d20 100644 (file)
@@ -1332,7 +1332,6 @@ static ssize_t cio_settle_write(struct file *file, const char __user *buf,
 static const struct proc_ops cio_settle_proc_ops = {
        .proc_open      = nonseekable_open,
        .proc_write     = cio_settle_write,
-       .proc_lseek     = no_llseek,
 };
 
 static int __init cio_settle_init(void)
index c20251e..3a39e16 100644 (file)
@@ -776,7 +776,6 @@ static long pkey_unlocked_ioctl(struct file *filp, unsigned int cmd,
 static const struct file_operations pkey_fops = {
        .owner          = THIS_MODULE,
        .open           = nonseekable_open,
-       .llseek         = no_llseek,
        .unlocked_ioctl = pkey_unlocked_ioctl,
 };
 
index f9a47b5..5020696 100644 (file)
@@ -1908,7 +1908,6 @@ static const struct file_operations zcrypt_fops = {
 #endif
        .open           = zcrypt_open,
        .release        = zcrypt_release,
-       .llseek         = no_llseek,
 };
 
 /*
index cc17887..8643947 100644 (file)
@@ -687,7 +687,6 @@ static int openprom_release(struct inode * inode, struct file * file)
 
 static const struct file_operations openprom_fops = {
        .owner =        THIS_MODULE,
-       .llseek =       no_llseek,
        .unlocked_ioctl = openprom_ioctl,
        .compat_ioctl = openprom_compat_ioctl,
        .open =         openprom_open,
index 3c88f29..8bbed7a 100644 (file)
@@ -221,7 +221,6 @@ static irqreturn_t uctrl_interrupt(int irq, void *dev_id)
 
 static const struct file_operations uctrl_fops = {
        .owner =        THIS_MODULE,
-       .llseek =       no_llseek,
        .unlocked_ioctl =       uctrl_ioctl,
        .open =         uctrl_open,
 };
index baf870a..f86be19 100644 (file)
@@ -1424,7 +1424,6 @@ static const struct file_operations sg_fops = {
        .mmap = sg_mmap,
        .release = sg_release,
        .fasync = sg_fasync,
-       .llseek = no_llseek,
 };
 
 static const struct class sg_sysfs_class = {
index 5539c5d..653f829 100644 (file)
@@ -685,7 +685,6 @@ static const struct file_operations spidev_fops = {
        .compat_ioctl = spidev_compat_ioctl,
        .open =         spidev_open,
        .release =      spidev_release,
-       .llseek =       no_llseek,
 };
 
 /*-------------------------------------------------------------------------*/
index 4b4a4d6..cb149bc 100644 (file)
@@ -564,7 +564,6 @@ static const struct file_operations acpi_thermal_rel_fops = {
        .open           = acpi_thermal_rel_open,
        .release        = acpi_thermal_rel_release,
        .unlocked_ioctl = acpi_thermal_rel_ioctl,
-       .llseek         = no_llseek,
 };
 
 static struct miscdevice acpi_thermal_rel_misc_device = {
index 6bd28a0..9771072 100644 (file)
@@ -459,7 +459,6 @@ static void tty_show_fdinfo(struct seq_file *m, struct file *file)
 }
 
 static const struct file_operations tty_fops = {
-       .llseek         = no_llseek,
        .read_iter      = tty_read,
        .write_iter     = tty_write,
        .splice_read    = copy_splice_read,
@@ -474,7 +473,6 @@ static const struct file_operations tty_fops = {
 };
 
 static const struct file_operations console_fops = {
-       .llseek         = no_llseek,
        .read_iter      = tty_read,
        .write_iter     = redirected_tty_write,
        .splice_read    = copy_splice_read,
@@ -488,7 +486,6 @@ static const struct file_operations console_fops = {
 };
 
 static const struct file_operations hung_up_tty_fops = {
-       .llseek         = no_llseek,
        .read_iter      = hung_up_tty_read,
        .write_iter     = hung_up_tty_write,
        .poll           = hung_up_tty_poll,
index 05b52e6..c626bb7 100644 (file)
@@ -722,7 +722,6 @@ static __poll_t ffs_ep0_poll(struct file *file, poll_table *wait)
 }
 
 static const struct file_operations ffs_ep0_operations = {
-       .llseek =       no_llseek,
 
        .open =         ffs_ep0_open,
        .write =        ffs_ep0_write,
@@ -1830,7 +1829,6 @@ static long ffs_epfile_ioctl(struct file *file, unsigned code,
 }
 
 static const struct file_operations ffs_epfile_operations = {
-       .llseek =       no_llseek,
 
        .open =         ffs_epfile_open,
        .write_iter =   ffs_epfile_write_iter,
index 03179b1..9c73816 100644 (file)
@@ -705,7 +705,6 @@ static const struct file_operations ep_io_operations = {
 
        .open =         ep_open,
        .release =      ep_release,
-       .llseek =       no_llseek,
        .unlocked_ioctl = ep_ioctl,
        .read_iter =    ep_read_iter,
        .write_iter =   ep_write_iter,
@@ -1939,7 +1938,6 @@ gadget_dev_open (struct inode *inode, struct file *fd)
 }
 
 static const struct file_operations ep0_operations = {
-       .llseek =       no_llseek,
 
        .open =         gadget_dev_open,
        .read =         ep0_read,
index 399fca3..112fd18 100644 (file)
@@ -1364,7 +1364,6 @@ static const struct file_operations raw_fops = {
        .unlocked_ioctl =       raw_ioctl,
        .compat_ioctl =         raw_ioctl,
        .release =              raw_release,
-       .llseek =               no_llseek,
 };
 
 static struct miscdevice raw_misc_device = {
index b76885d..4928eba 100644 (file)
@@ -187,7 +187,6 @@ static int regs_dbg_release(struct inode *inode, struct file *file)
 static const struct file_operations queue_dbg_fops = {
        .owner          = THIS_MODULE,
        .open           = queue_dbg_open,
-       .llseek         = no_llseek,
        .read           = queue_dbg_read,
        .release        = queue_dbg_release,
 };
index 7cbef74..f392d6f 100644 (file)
@@ -627,7 +627,6 @@ static const struct file_operations ld_usb_fops = {
        .open =         ld_usb_open,
        .release =      ld_usb_release,
        .poll =         ld_usb_poll,
-       .llseek =       no_llseek,
 };
 
 /*
index 4e30de4..afb71c1 100644 (file)
@@ -1289,7 +1289,6 @@ static int mon_bin_mmap(struct file *filp, struct vm_area_struct *vma)
 static const struct file_operations mon_fops_binary = {
        .owner =        THIS_MODULE,
        .open =         mon_bin_open,
-       .llseek =       no_llseek,
        .read =         mon_bin_read,
        /* .write =     mon_text_write, */
        .poll =         mon_bin_poll,
index 3c23805..398e02a 100644 (file)
@@ -62,7 +62,6 @@ static int mon_stat_release(struct inode *inode, struct file *file)
 const struct file_operations mon_fops_stat = {
        .owner =        THIS_MODULE,
        .open =         mon_stat_open,
-       .llseek =       no_llseek,
        .read =         mon_stat_read,
        /* .write =     mon_stat_write, */
        /* .poll =              mon_stat_poll, */
index 2fe9b95..68b9b2b 100644 (file)
@@ -685,7 +685,6 @@ static int mon_text_release(struct inode *inode, struct file *file)
 static const struct file_operations mon_fops_text_t = {
        .owner =        THIS_MODULE,
        .open =         mon_text_open,
-       .llseek =       no_llseek,
        .read =         mon_text_read_t,
        .release =      mon_text_release,
 };
@@ -693,7 +692,6 @@ static const struct file_operations mon_fops_text_t = {
 static const struct file_operations mon_fops_text_u = {
        .owner =        THIS_MODULE,
        .open =         mon_text_open,
-       .llseek =       no_llseek,
        .read =         mon_text_read_u,
        .release =      mon_text_release,
 };
index 9a3e971..0d632ba 100644 (file)
@@ -723,7 +723,6 @@ static const struct file_operations hisi_acc_vf_resume_fops = {
        .owner = THIS_MODULE,
        .write = hisi_acc_vf_resume_write,
        .release = hisi_acc_vf_release_file,
-       .llseek = no_llseek,
 };
 
 static struct hisi_acc_vf_migration_file *
@@ -845,7 +844,6 @@ static const struct file_operations hisi_acc_vf_save_fops = {
        .unlocked_ioctl = hisi_acc_vf_precopy_ioctl,
        .compat_ioctl = compat_ptr_ioctl,
        .release = hisi_acc_vf_release_file,
-       .llseek = no_llseek,
 };
 
 static struct hisi_acc_vf_migration_file *
index 61d9b0f..242c23e 100644 (file)
@@ -587,7 +587,6 @@ static const struct file_operations mlx5vf_save_fops = {
        .unlocked_ioctl = mlx5vf_precopy_ioctl,
        .compat_ioctl = compat_ptr_ioctl,
        .release = mlx5vf_release_file,
-       .llseek = no_llseek,
 };
 
 static int mlx5vf_pci_save_device_inc_data(struct mlx5vf_pci_core_device *mvdev)
@@ -1000,7 +999,6 @@ static const struct file_operations mlx5vf_resume_fops = {
        .owner = THIS_MODULE,
        .write = mlx5vf_resume_write,
        .release = mlx5vf_release_file,
-       .llseek = no_llseek,
 };
 
 static struct mlx5_vf_migration_file *
index 6b94cc0..f2673d3 100644 (file)
@@ -235,7 +235,6 @@ static const struct file_operations pds_vfio_save_fops = {
        .owner = THIS_MODULE,
        .read = pds_vfio_save_read,
        .release = pds_vfio_release_file,
-       .llseek = no_llseek,
 };
 
 static int pds_vfio_get_save_file(struct pds_vfio_pci_device *pds_vfio)
@@ -334,7 +333,6 @@ static const struct file_operations pds_vfio_restore_fops = {
        .owner = THIS_MODULE,
        .write = pds_vfio_restore_write,
        .release = pds_vfio_release_file,
-       .llseek = no_llseek,
 };
 
 static int pds_vfio_get_restore_file(struct pds_vfio_pci_device *pds_vfio)
index e36740a..be3644c 100644 (file)
@@ -220,7 +220,6 @@ static const struct file_operations qat_vf_save_fops = {
        .unlocked_ioctl = qat_vf_precopy_ioctl,
        .compat_ioctl = compat_ptr_ioctl,
        .release = qat_vf_release_file,
-       .llseek = no_llseek,
 };
 
 static int qat_vf_save_state(struct qat_vf_core_device *qat_vdev,
@@ -345,7 +344,6 @@ static const struct file_operations qat_vf_resume_fops = {
        .owner = THIS_MODULE,
        .write = qat_vf_resume_write,
        .release = qat_vf_release_file,
-       .llseek = no_llseek,
 };
 
 static struct qat_vf_migration_file *
index 2acba56..d7db6c8 100644 (file)
@@ -285,7 +285,6 @@ static long tdx_guest_ioctl(struct file *file, unsigned int cmd,
 static const struct file_operations tdx_guest_fops = {
        .owner = THIS_MODULE,
        .unlocked_ioctl = tdx_guest_ioctl,
-       .llseek = no_llseek,
 };
 
 static struct miscdevice tdx_misc_dev = {
index 53b04ab..08ca18e 100644 (file)
@@ -218,7 +218,6 @@ static int acq_close(struct inode *inode, struct file *file)
 
 static const struct file_operations acq_fops = {
        .owner          = THIS_MODULE,
-       .llseek         = no_llseek,
        .write          = acq_write,
        .unlocked_ioctl = acq_ioctl,
        .compat_ioctl   = compat_ptr_ioctl,
index 7a0acbc..e41cd3b 100644 (file)
@@ -217,7 +217,6 @@ static int advwdt_close(struct inode *inode, struct file *file)
 
 static const struct file_operations advwdt_fops = {
        .owner          = THIS_MODULE,
-       .llseek         = no_llseek,
        .write          = advwdt_write,
        .unlocked_ioctl = advwdt_ioctl,
        .compat_ioctl   = compat_ptr_ioctl,
index bfb9a91..1ecbd1a 100644 (file)
@@ -359,7 +359,6 @@ static int __init ali_find_watchdog(void)
 
 static const struct file_operations ali_fops = {
        .owner          =       THIS_MODULE,
-       .llseek         =       no_llseek,
        .write          =       ali_write,
        .unlocked_ioctl =       ali_ioctl,
        .compat_ioctl   =       compat_ptr_ioctl,
index 4ff7f5a..9c7cf93 100644 (file)
@@ -289,7 +289,6 @@ static long fop_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
 
 static const struct file_operations wdt_fops = {
        .owner          =       THIS_MODULE,
-       .llseek         =       no_llseek,
        .write          =       fop_write,
        .open           =       fop_open,
        .release        =       fop_close,
index 558015f..1738251 100644 (file)
@@ -210,7 +210,6 @@ static ssize_t at91_wdt_write(struct file *file, const char *data,
 
 static const struct file_operations at91wdt_fops = {
        .owner          = THIS_MODULE,
-       .llseek         = no_llseek,
        .unlocked_ioctl = at91_wdt_ioctl,
        .compat_ioctl   = compat_ptr_ioctl,
        .open           = at91_wdt_open,
index e5cc306..d16b2c5 100644 (file)
@@ -231,7 +231,6 @@ static long ath79_wdt_ioctl(struct file *file, unsigned int cmd,
 
 static const struct file_operations ath79_wdt_fops = {
        .owner          = THIS_MODULE,
-       .llseek         = no_llseek,
        .write          = ath79_wdt_write,
        .unlocked_ioctl = ath79_wdt_ioctl,
        .compat_ioctl   = compat_ptr_ioctl,
index 9f279c0..f94b840 100644 (file)
@@ -185,7 +185,6 @@ static ssize_t cpu5wdt_write(struct file *file, const char __user *buf,
 
 static const struct file_operations cpu5wdt_fops = {
        .owner          = THIS_MODULE,
-       .llseek         = no_llseek,
        .unlocked_ioctl = cpu5wdt_ioctl,
        .compat_ioctl   = compat_ptr_ioctl,
        .open           = cpu5wdt_open,
index 901b94d..8ee81f0 100644 (file)
@@ -507,7 +507,6 @@ static const struct file_operations cpwd_fops = {
        .write =                cpwd_write,
        .read =                 cpwd_read,
        .release =              cpwd_release,
-       .llseek =               no_llseek,
 };
 
 static int cpwd_probe(struct platform_device *op)
index e26609a..10c647b 100644 (file)
@@ -368,7 +368,6 @@ static int eurwdt_notify_sys(struct notifier_block *this, unsigned long code,
 
 static const struct file_operations eurwdt_fops = {
        .owner          = THIS_MODULE,
-       .llseek         = no_llseek,
        .write          = eurwdt_write,
        .unlocked_ioctl = eurwdt_ioctl,
        .compat_ioctl   = compat_ptr_ioctl,
index 6a1db1c..d854fcf 100644 (file)
@@ -245,7 +245,6 @@ static int gef_wdt_release(struct inode *inode, struct file *file)
 
 static const struct file_operations gef_wdt_fops = {
        .owner = THIS_MODULE,
-       .llseek = no_llseek,
        .write = gef_wdt_write,
        .unlocked_ioctl = gef_wdt_ioctl,
        .compat_ioctl   = compat_ptr_ioctl,
index 5186c37..4ed6d13 100644 (file)
@@ -196,7 +196,6 @@ static long geodewdt_ioctl(struct file *file, unsigned int cmd,
 
 static const struct file_operations geodewdt_fops = {
        .owner          = THIS_MODULE,
-       .llseek         = no_llseek,
        .write          = geodewdt_write,
        .unlocked_ioctl = geodewdt_ioctl,
        .compat_ioctl   = compat_ptr_ioctl,
index 39ea970..b041ad9 100644 (file)
@@ -256,7 +256,6 @@ static int ibwdt_close(struct inode *inode, struct file *file)
 
 static const struct file_operations ibwdt_fops = {
        .owner          = THIS_MODULE,
-       .llseek         = no_llseek,
        .write          = ibwdt_write,
        .unlocked_ioctl = ibwdt_ioctl,
        .compat_ioctl   = compat_ptr_ioctl,
index 6955c69..cf845f8 100644 (file)
@@ -340,7 +340,6 @@ static int asr_release(struct inode *inode, struct file *file)
 
 static const struct file_operations asr_fops = {
        .owner =                THIS_MODULE,
-       .llseek =               no_llseek,
        .write =                asr_write,
        .unlocked_ioctl =       asr_ioctl,
        .compat_ioctl =         compat_ptr_ioctl,
index 9857bb7..d3092d2 100644 (file)
@@ -149,7 +149,6 @@ static int indydog_notify_sys(struct notifier_block *this,
 
 static const struct file_operations indydog_fops = {
        .owner          = THIS_MODULE,
-       .llseek         = no_llseek,
        .write          = indydog_write,
        .unlocked_ioctl = indydog_ioctl,
        .compat_ioctl   = compat_ptr_ioctl,
index 3ce6a58..b776e67 100644 (file)
@@ -341,7 +341,6 @@ static int it8712f_wdt_release(struct inode *inode, struct file *file)
 
 static const struct file_operations it8712f_wdt_fops = {
        .owner = THIS_MODULE,
-       .llseek = no_llseek,
        .write = it8712f_wdt_write,
        .unlocked_ioctl = it8712f_wdt_ioctl,
        .compat_ioctl = compat_ptr_ioctl,
index 062ea3e..26bd073 100644 (file)
@@ -179,7 +179,6 @@ static int m54xx_wdt_release(struct inode *inode, struct file *file)
 
 static const struct file_operations m54xx_wdt_fops = {
        .owner          = THIS_MODULE,
-       .llseek         = no_llseek,
        .write          = m54xx_wdt_write,
        .unlocked_ioctl = m54xx_wdt_ioctl,
        .compat_ioctl   = compat_ptr_ioctl,
index 73f2221..73d6414 100644 (file)
@@ -359,7 +359,6 @@ static int zf_notify_sys(struct notifier_block *this, unsigned long code,
 
 static const struct file_operations zf_fops = {
        .owner          = THIS_MODULE,
-       .llseek         = no_llseek,
        .write          = zf_write,
        .unlocked_ioctl = zf_ioctl,
        .compat_ioctl   = compat_ptr_ioctl,
index d387bad..70d9cf8 100644 (file)
@@ -224,7 +224,6 @@ static long mixcomwd_ioctl(struct file *file,
 
 static const struct file_operations mixcomwd_fops = {
        .owner          = THIS_MODULE,
-       .llseek         = no_llseek,
        .write          = mixcomwd_write,
        .unlocked_ioctl = mixcomwd_ioctl,
        .compat_ioctl   = compat_ptr_ioctl,
index 0675613..11f0502 100644 (file)
@@ -177,7 +177,6 @@ static ssize_t mtx1_wdt_write(struct file *file, const char *buf,
 
 static const struct file_operations mtx1_wdt_fops = {
        .owner          = THIS_MODULE,
-       .llseek         = no_llseek,
        .unlocked_ioctl = mtx1_wdt_ioctl,
        .compat_ioctl   = compat_ptr_ioctl,
        .open           = mtx1_wdt_open,
index ac4a9c1..f8eb1f6 100644 (file)
@@ -264,7 +264,6 @@ static long nv_tco_ioctl(struct file *file, unsigned int cmd,
 
 static const struct file_operations nv_tco_fops = {
        .owner =                THIS_MODULE,
-       .llseek =               no_llseek,
        .write =                nv_tco_write,
        .unlocked_ioctl =       nv_tco_ioctl,
        .compat_ioctl =         compat_ptr_ioctl,
index c7f745c..fbf835d 100644 (file)
@@ -470,7 +470,6 @@ static int pc87413_notify_sys(struct notifier_block *this,
 
 static const struct file_operations pc87413_fops = {
        .owner          = THIS_MODULE,
-       .llseek         = no_llseek,
        .write          = pc87413_write,
        .unlocked_ioctl = pc87413_ioctl,
        .compat_ioctl   = compat_ptr_ioctl,
index a793b03..1a42822 100644 (file)
@@ -749,7 +749,6 @@ static int pcwd_temp_close(struct inode *inode, struct file *file)
 
 static const struct file_operations pcwd_fops = {
        .owner          = THIS_MODULE,
-       .llseek         = no_llseek,
        .write          = pcwd_write,
        .unlocked_ioctl = pcwd_ioctl,
        .compat_ioctl   = compat_ptr_ioctl,
@@ -765,7 +764,6 @@ static struct miscdevice pcwd_miscdev = {
 
 static const struct file_operations pcwd_temp_fops = {
        .owner          = THIS_MODULE,
-       .llseek         = no_llseek,
        .read           = pcwd_temp_read,
        .open           = pcwd_temp_open,
        .release        = pcwd_temp_close,
index 54d86fc..a489b42 100644 (file)
@@ -643,7 +643,6 @@ static int pcipcwd_notify_sys(struct notifier_block *this, unsigned long code,
 
 static const struct file_operations pcipcwd_fops = {
        .owner =        THIS_MODULE,
-       .llseek =       no_llseek,
        .write =        pcipcwd_write,
        .unlocked_ioctl = pcipcwd_ioctl,
        .compat_ioctl = compat_ptr_ioctl,
@@ -659,7 +658,6 @@ static struct miscdevice pcipcwd_miscdev = {
 
 static const struct file_operations pcipcwd_temp_fops = {
        .owner =        THIS_MODULE,
-       .llseek =       no_llseek,
        .read =         pcipcwd_temp_read,
        .open =         pcipcwd_temp_open,
        .release =      pcipcwd_temp_release,
index 8202f0a..132699e 100644 (file)
@@ -549,7 +549,6 @@ static int usb_pcwd_notify_sys(struct notifier_block *this, unsigned long code,
 
 static const struct file_operations usb_pcwd_fops = {
        .owner =        THIS_MODULE,
-       .llseek =       no_llseek,
        .write =        usb_pcwd_write,
        .unlocked_ioctl = usb_pcwd_ioctl,
        .compat_ioctl = compat_ptr_ioctl,
@@ -565,7 +564,6 @@ static struct miscdevice usb_pcwd_miscdev = {
 
 static const struct file_operations usb_pcwd_temperature_fops = {
        .owner =        THIS_MODULE,
-       .llseek =       no_llseek,
        .read =         usb_pcwd_temperature_read,
        .open =         usb_pcwd_temperature_open,
        .release =      usb_pcwd_temperature_release,
index 782b8c2..393aa4b 100644 (file)
@@ -209,7 +209,6 @@ static long pikawdt_ioctl(struct file *file,
 
 static const struct file_operations pikawdt_fops = {
        .owner          = THIS_MODULE,
-       .llseek         = no_llseek,
        .open           = pikawdt_open,
        .release        = pikawdt_release,
        .write          = pikawdt_write,
index 417f9b7..efadbb9 100644 (file)
@@ -242,7 +242,6 @@ static long rc32434_wdt_ioctl(struct file *file, unsigned int cmd,
 
 static const struct file_operations rc32434_wdt_fops = {
        .owner          = THIS_MODULE,
-       .llseek         = no_llseek,
        .write          = rc32434_wdt_write,
        .unlocked_ioctl = rc32434_wdt_ioctl,
        .compat_ioctl   = compat_ptr_ioctl,
index 6176f43..8049031 100644 (file)
@@ -197,7 +197,6 @@ static ssize_t rdc321x_wdt_write(struct file *file, const char __user *buf,
 
 static const struct file_operations rdc321x_wdt_fops = {
        .owner          = THIS_MODULE,
-       .llseek         = no_llseek,
        .unlocked_ioctl = rdc321x_wdt_ioctl,
        .compat_ioctl   = compat_ptr_ioctl,
        .open           = rdc321x_wdt_open,
index b293792..f47d90d 100644 (file)
@@ -160,7 +160,6 @@ static ssize_t riowd_write(struct file *file, const char __user *buf,
 
 static const struct file_operations riowd_fops = {
        .owner =                THIS_MODULE,
-       .llseek =               no_llseek,
        .unlocked_ioctl =       riowd_ioctl,
        .compat_ioctl   =       compat_ptr_ioctl,
        .open =                 riowd_open,
index 34a9172..6e91ee3 100644 (file)
@@ -164,7 +164,6 @@ static long sa1100dog_ioctl(struct file *file, unsigned int cmd,
 
 static const struct file_operations sa1100dog_fops = {
        .owner          = THIS_MODULE,
-       .llseek         = no_llseek,
        .write          = sa1100dog_write,
        .unlocked_ioctl = sa1100dog_ioctl,
        .compat_ioctl   = compat_ptr_ioctl,
index 504be46..eaa68b5 100644 (file)
@@ -234,7 +234,6 @@ static int sbwdog_notify_sys(struct notifier_block *this, unsigned long code,
 
 static const struct file_operations sbwdog_fops = {
        .owner          = THIS_MODULE,
-       .llseek         = no_llseek,
        .write          = sbwdog_write,
        .unlocked_ioctl = sbwdog_ioctl,
        .compat_ioctl   = compat_ptr_ioctl,
index 7b97480..e9bf129 100644 (file)
@@ -275,7 +275,6 @@ static long fop_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
 
 static const struct file_operations wdt_fops = {
        .owner          = THIS_MODULE,
-       .llseek         = no_llseek,
        .write          = fop_write,
        .open           = fop_open,
        .release        = fop_close,
index d640b26..21a1f0b 100644 (file)
@@ -205,7 +205,6 @@ static long fop_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
 
 static const struct file_operations wdt_fops = {
        .owner = THIS_MODULE,
-       .llseek = no_llseek,
        .write = fop_write,
        .open = fop_open,
        .release = fop_close,
index 4f8b991..a9fd161 100644 (file)
@@ -301,7 +301,6 @@ static int sbc8360_notify_sys(struct notifier_block *this, unsigned long code,
 
 static const struct file_operations sbc8360_fops = {
        .owner = THIS_MODULE,
-       .llseek = no_llseek,
        .write = sbc8360_write,
        .open = sbc8360_open,
        .release = sbc8360_close,
index 5e3a9dd..1d291dc 100644 (file)
@@ -153,7 +153,6 @@ static int epx_c3_notify_sys(struct notifier_block *this, unsigned long code,
 
 static const struct file_operations epx_c3_fops = {
        .owner          = THIS_MODULE,
-       .llseek         = no_llseek,
        .write          = epx_c3_write,
        .unlocked_ioctl = epx_c3_ioctl,
        .compat_ioctl   = compat_ptr_ioctl,
index b8eb8d5..ff9e448 100644 (file)
@@ -181,7 +181,6 @@ static int fitpc2_wdt_release(struct inode *inode, struct file *file)
 
 static const struct file_operations fitpc2_wdt_fops = {
        .owner          = THIS_MODULE,
-       .llseek         = no_llseek,
        .write          = fitpc2_wdt_write,
        .unlocked_ioctl = fitpc2_wdt_ioctl,
        .compat_ioctl   = compat_ptr_ioctl,
index f22ebe8..76a5871 100644 (file)
@@ -304,7 +304,6 @@ static struct notifier_block sc1200wdt_notifier = {
 
 static const struct file_operations sc1200wdt_fops = {
        .owner          = THIS_MODULE,
-       .llseek         = no_llseek,
        .write          = sc1200wdt_write,
        .unlocked_ioctl = sc1200wdt_ioctl,
        .compat_ioctl   = compat_ptr_ioctl,
index ca65468..e849e1a 100644 (file)
@@ -331,7 +331,6 @@ static long fop_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
 
 static const struct file_operations wdt_fops = {
        .owner          = THIS_MODULE,
-       .llseek         = no_llseek,
        .write          = fop_write,
        .open           = fop_open,
        .release        = fop_close,
index 409d498..7605315 100644 (file)
@@ -334,7 +334,6 @@ static int sch311x_wdt_close(struct inode *inode, struct file *file)
 
 static const struct file_operations sch311x_wdt_fops = {
        .owner          = THIS_MODULE,
-       .llseek         = no_llseek,
        .write          = sch311x_wdt_write,
        .unlocked_ioctl = sch311x_wdt_ioctl,
        .compat_ioctl   = compat_ptr_ioctl,
index 7b5e183..4dd8549 100644 (file)
@@ -198,7 +198,6 @@ static long scx200_wdt_ioctl(struct file *file, unsigned int cmd,
 
 static const struct file_operations scx200_wdt_fops = {
        .owner = THIS_MODULE,
-       .llseek = no_llseek,
        .write = scx200_wdt_write,
        .unlocked_ioctl = scx200_wdt_ioctl,
        .compat_ioctl   = compat_ptr_ioctl,
index 7463df4..97ca500 100644 (file)
@@ -502,7 +502,6 @@ static int wb_smsc_wdt_notify_sys(struct notifier_block *this,
 
 static const struct file_operations wb_smsc_wdt_fops = {
        .owner    = THIS_MODULE,
-       .llseek         = no_llseek,
        .write          = wb_smsc_wdt_write,
        .unlocked_ioctl = wb_smsc_wdt_ioctl,
        .compat_ioctl   = compat_ptr_ioctl,
index f265086..1937084 100644 (file)
@@ -299,7 +299,6 @@ static long fop_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
 
 static const struct file_operations wdt_fops = {
        .owner          = THIS_MODULE,
-       .llseek         = no_llseek,
        .write          = fop_write,
        .open           = fop_open,
        .release        = fop_close,
index 31bf21c..3776030 100644 (file)
@@ -443,7 +443,6 @@ static int wdt_notify_sys(struct notifier_block *this, unsigned long code,
 
 static const struct file_operations wdt_fops = {
        .owner          = THIS_MODULE,
-       .llseek         = no_llseek,
        .write          = wdt_write,
        .unlocked_ioctl = wdt_ioctl,
        .compat_ioctl   = compat_ptr_ioctl,
index a8a1ed2..2911093 100644 (file)
@@ -227,7 +227,6 @@ static int wafwdt_notify_sys(struct notifier_block *this, unsigned long code,
 
 static const struct file_operations wafwdt_fops = {
        .owner          = THIS_MODULE,
-       .llseek         = no_llseek,
        .write          = wafwdt_write,
        .unlocked_ioctl = wafwdt_ioctl,
        .compat_ioctl   = compat_ptr_ioctl,
index c006278..d4fe0bc 100644 (file)
@@ -469,7 +469,6 @@ static int wdrtas_reboot(struct notifier_block *this,
 
 static const struct file_operations wdrtas_fops = {
        .owner          = THIS_MODULE,
-       .llseek         = no_llseek,
        .write          = wdrtas_write,
        .unlocked_ioctl = wdrtas_ioctl,
        .compat_ioctl   = compat_ptr_ioctl,
@@ -485,7 +484,6 @@ static struct miscdevice wdrtas_miscdev = {
 
 static const struct file_operations wdrtas_temp_fops = {
        .owner          = THIS_MODULE,
-       .llseek         = no_llseek,
        .read           = wdrtas_temp_read,
        .open           = wdrtas_temp_open,
        .release        = wdrtas_temp_close,
index 1838761..3980d60 100644 (file)
@@ -520,7 +520,6 @@ static int wdt_notify_sys(struct notifier_block *this, unsigned long code,
 
 static const struct file_operations wdt_fops = {
        .owner          = THIS_MODULE,
-       .llseek         = no_llseek,
        .write          = wdt_write,
        .unlocked_ioctl = wdt_ioctl,
        .compat_ioctl   = compat_ptr_ioctl,
@@ -536,7 +535,6 @@ static struct miscdevice wdt_miscdev = {
 
 static const struct file_operations wdt_temp_fops = {
        .owner          = THIS_MODULE,
-       .llseek         = no_llseek,
        .read           = wdt_temp_read,
        .open           = wdt_temp_open,
        .release        = wdt_temp_release,
index 5b7be7a..78681d9 100644 (file)
@@ -178,7 +178,6 @@ static long watchdog_ioctl(struct file *file, unsigned int cmd,
 
 static const struct file_operations watchdog_fops = {
        .owner          = THIS_MODULE,
-       .llseek         = no_llseek,
        .write          = watchdog_write,
        .unlocked_ioctl = watchdog_ioctl,
        .compat_ioctl   = compat_ptr_ioctl,
index c9b8e86..4f449ac 100644 (file)
@@ -419,7 +419,6 @@ static int wdt977_notify_sys(struct notifier_block *this, unsigned long code,
 
 static const struct file_operations wdt977_fops = {
        .owner          = THIS_MODULE,
-       .llseek         = no_llseek,
        .write          = wdt977_write,
        .unlocked_ioctl = wdt977_ioctl,
        .compat_ioctl   = compat_ptr_ioctl,
index d5e56b6..dc5f295 100644 (file)
@@ -563,7 +563,6 @@ static int wdtpci_notify_sys(struct notifier_block *this, unsigned long code,
 
 static const struct file_operations wdtpci_fops = {
        .owner          = THIS_MODULE,
-       .llseek         = no_llseek,
        .write          = wdtpci_write,
        .unlocked_ioctl = wdtpci_ioctl,
        .compat_ioctl   = compat_ptr_ioctl,
@@ -579,7 +578,6 @@ static struct miscdevice wdtpci_miscdev = {
 
 static const struct file_operations wdtpci_temp_fops = {
        .owner          = THIS_MODULE,
-       .llseek         = no_llseek,
        .read           = wdtpci_temp_read,
        .open           = wdtpci_temp_open,
        .release        = wdtpci_temp_release,
index 9b7fcc7..7e4a13e 100644 (file)
@@ -694,7 +694,6 @@ static const struct file_operations evtchn_fops = {
        .fasync  = evtchn_fasync,
        .open    = evtchn_open,
        .release = evtchn_release,
-       .llseek  = no_llseek,
 };
 
 static struct miscdevice evtchn_miscdev = {
index e9ac3b8..4f65b64 100644 (file)
@@ -182,7 +182,6 @@ static const struct file_operations xen_mce_chrdev_ops = {
        .read                   = xen_mce_chrdev_read,
        .poll                   = xen_mce_chrdev_poll,
        .unlocked_ioctl         = xen_mce_chrdev_ioctl,
-       .llseek                 = no_llseek,
 };
 
 static struct miscdevice xen_mce_chrdev_device = {
index 6f56640..46f8916 100644 (file)
@@ -700,7 +700,6 @@ const struct file_operations xen_xenbus_fops = {
        .open = xenbus_file_open,
        .release = xenbus_file_release,
        .poll = xenbus_file_poll,
-       .llseek = no_llseek,
 };
 EXPORT_SYMBOL_GPL(xen_xenbus_fops);
 
index ef1f748..cbfd88f 100644 (file)
@@ -471,7 +471,6 @@ static ssize_t bch2_data_job_read(struct file *file, char __user *buf,
 static const struct file_operations bcachefs_data_ops = {
        .release        = bch2_data_job_release,
        .read           = bch2_data_job_read,
-       .llseek         = no_llseek,
 };
 
 static long bch2_ioctl_data(struct bch_fs *c,
index fb3442a..dea73bc 100644 (file)
@@ -275,7 +275,6 @@ static long thread_with_stdio_ioctl(struct file *file, unsigned int cmd, unsigne
 }
 
 static const struct file_operations thread_with_stdio_fops = {
-       .llseek         = no_llseek,
        .read           = thread_with_stdio_read,
        .write          = thread_with_stdio_write,
        .poll           = thread_with_stdio_poll,
@@ -285,7 +284,6 @@ static const struct file_operations thread_with_stdio_fops = {
 };
 
 static const struct file_operations thread_with_stdout_fops = {
-       .llseek         = no_llseek,
        .read           = thread_with_stdio_read,
        .poll           = thread_with_stdout_poll,
        .flush          = thread_with_stdio_flush,
index c6f4a9a..67299e8 100644 (file)
@@ -1218,7 +1218,6 @@ static const struct file_operations u32_array_fops = {
        .open    = u32_array_open,
        .release = u32_array_release,
        .read    = u32_array_read,
-       .llseek  = no_llseek,
 };
 
 /**
index 7112958..700a0cb 100644 (file)
@@ -733,7 +733,6 @@ out:
 static const struct file_operations dlm_rawmsg_fops = {
        .open   = simple_open,
        .write  = dlm_rawmsg_write,
-       .llseek = no_llseek,
 };
 
 void *dlm_create_debug_comms_file(int nodeid, void *data)
index 7e99616..23c51d6 100644 (file)
@@ -110,5 +110,4 @@ const struct file_operations efivarfs_file_operations = {
        .open   = simple_open,
        .read   = efivarfs_file_read,
        .write  = efivarfs_file_write,
-       .llseek = no_llseek,
 };
index ee92ca5..6cef3de 100644 (file)
@@ -78,7 +78,6 @@ static int fscontext_release(struct inode *inode, struct file *file)
 const struct file_operations fscontext_fops = {
        .read           = fscontext_read,
        .release        = fscontext_release,
-       .llseek         = no_llseek,
 };
 
 /*
index 97ac994..2a730d8 100644 (file)
@@ -183,27 +183,23 @@ out:
 static const struct file_operations fuse_ctl_abort_ops = {
        .open = nonseekable_open,
        .write = fuse_conn_abort_write,
-       .llseek = no_llseek,
 };
 
 static const struct file_operations fuse_ctl_waiting_ops = {
        .open = nonseekable_open,
        .read = fuse_conn_waiting_read,
-       .llseek = no_llseek,
 };
 
 static const struct file_operations fuse_conn_max_background_ops = {
        .open = nonseekable_open,
        .read = fuse_conn_max_background_read,
        .write = fuse_conn_max_background_write,
-       .llseek = no_llseek,
 };
 
 static const struct file_operations fuse_conn_congestion_threshold_ops = {
        .open = nonseekable_open,
        .read = fuse_conn_congestion_threshold_read,
        .write = fuse_conn_congestion_threshold_write,
-       .llseek = no_llseek,
 };
 
 static struct dentry *fuse_ctl_add_dentry(struct dentry *parent,
index 46ed30a..1f64ae6 100644 (file)
@@ -2456,7 +2456,6 @@ static long fuse_dev_ioctl(struct file *file, unsigned int cmd,
 const struct file_operations fuse_dev_operations = {
        .owner          = THIS_MODULE,
        .open           = fuse_dev_open,
-       .llseek         = no_llseek,
        .read_iter      = fuse_dev_read,
        .splice_read    = fuse_dev_splice_read,
        .write_iter     = fuse_dev_write,
index 67ee176..c675fc4 100644 (file)
--- a/fs/nsfs.c
+++ b/fs/nsfs.c
@@ -22,7 +22,6 @@ static struct vfsmount *nsfs_mnt;
 static long ns_ioctl(struct file *filp, unsigned int ioctl,
                        unsigned long arg);
 static const struct file_operations ns_file_operations = {
-       .llseek         = no_llseek,
        .unlocked_ioctl = ns_ioctl,
        .compat_ioctl   = compat_ptr_ioctl,
 };
index 4083ba4..12b22c2 100644 (file)
--- a/fs/pipe.c
+++ b/fs/pipe.c
@@ -1231,7 +1231,6 @@ err:
 
 const struct file_operations pipefifo_fops = {
        .open           = fifo_open,
-       .llseek         = no_llseek,
        .read_iter      = pipe_read,
        .write_iter     = pipe_write,
        .poll           = pipe_poll,
index d91cec9..5cc69be 100644 (file)
@@ -2807,7 +2807,6 @@ static const struct file_operations dfs_fops = {
        .read = dfs_file_read,
        .write = dfs_file_write,
        .owner = THIS_MODULE,
-       .llseek = no_llseek,
 };
 
 /**
@@ -2952,7 +2951,6 @@ static const struct file_operations dfs_global_fops = {
        .read = dfs_global_file_read,
        .write = dfs_global_file_write,
        .owner = THIS_MODULE,
-       .llseek = no_llseek,
 };
 
 /**
index c9c65b1..0928a6c 100644 (file)
@@ -57,7 +57,6 @@ static const struct file_operations __fops = {                                \
        .release = simple_attr_release,                                 \
        .read    = debugfs_attr_read,                                   \
        .write   = (__is_signed) ? debugfs_attr_write_signed : debugfs_attr_write,      \
-       .llseek  = no_llseek,                                           \
 }
 
 #define DEFINE_DEBUGFS_ATTRIBUTE(__fops, __get, __set, __fmt)          \
index eae5b67..e3c603d 100644 (file)
@@ -3234,7 +3234,6 @@ extern ssize_t iter_file_splice_write(struct pipe_inode_info *,
 extern void
 file_ra_state_init(struct file_ra_state *ra, struct address_space *mapping);
 extern loff_t noop_llseek(struct file *file, loff_t offset, int whence);
-#define no_llseek NULL
 extern loff_t vfs_setpos(struct file *file, loff_t offset, loff_t maxsize);
 extern loff_t generic_file_llseek(struct file *file, loff_t offset, int whence);
 extern loff_t generic_file_llseek_size(struct file *file, loff_t offset,
index 112581c..1067351 100644 (file)
@@ -283,7 +283,6 @@ static int iter_release(struct inode *inode, struct file *file)
 
 const struct file_operations bpf_iter_fops = {
        .open           = iter_open,
-       .llseek         = no_llseek,
        .read           = bpf_seq_read,
        .release        = iter_release,
 };
index 5a8071c..e3589c4 100644 (file)
@@ -6821,7 +6821,6 @@ static int perf_fasync(int fd, struct file *filp, int on)
 }
 
 static const struct file_operations perf_fops = {
-       .llseek                 = no_llseek,
        .release                = perf_release,
        .read                   = perf_read,
        .poll                   = perf_poll,
index 3aa41ba..3f9e3ef 100644 (file)
@@ -447,7 +447,6 @@ static const struct file_operations snapshot_fops = {
        .release = snapshot_release,
        .read = snapshot_read,
        .write = snapshot_write,
-       .llseek = no_llseek,
        .unlocked_ioctl = snapshot_ioctl,
 #ifdef CONFIG_COMPAT
        .compat_ioctl = snapshot_compat_ioctl,
index a8e90e9..a8ae436 100644 (file)
@@ -1079,7 +1079,6 @@ const struct file_operations relay_file_operations = {
        .poll           = relay_file_poll,
        .mmap           = relay_file_mmap,
        .read           = relay_file_read,
-       .llseek         = no_llseek,
        .release        = relay_file_release,
 };
 EXPORT_SYMBOL_GPL(relay_file_operations);
index 4782edc..c2f3d0c 100644 (file)
@@ -168,7 +168,6 @@ static int posix_clock_release(struct inode *inode, struct file *fp)
 
 static const struct file_operations posix_clock_file_operations = {
        .owner          = THIS_MODULE,
-       .llseek         = no_llseek,
        .read           = posix_clock_read,
        .poll           = posix_clock_poll,
        .unlocked_ioctl = posix_clock_ioctl,
index df0745a..dc819ae 100644 (file)
@@ -306,7 +306,6 @@ static ssize_t monitor_enable_write_data(struct file *filp, const char __user *u
 
 static const struct file_operations interface_enable_fops = {
        .open   = simple_open,
-       .llseek = no_llseek,
        .write  = monitor_enable_write_data,
        .read   = monitor_enable_read_data,
 };
@@ -329,7 +328,6 @@ static ssize_t monitor_desc_read_data(struct file *filp, char __user *user_buf,
 
 static const struct file_operations interface_desc_fops = {
        .open   = simple_open,
-       .llseek = no_llseek,
        .read   = monitor_desc_read_data,
 };
 
@@ -674,7 +672,6 @@ static ssize_t monitoring_on_write_data(struct file *filp, const char __user *us
 
 static const struct file_operations monitoring_on_fops = {
        .open   = simple_open,
-       .llseek = no_llseek,
        .write  = monitoring_on_write_data,
        .read   = monitoring_on_read_data,
 };
index 6aae106..7b49cbe 100644 (file)
@@ -426,7 +426,6 @@ static ssize_t reacting_on_write_data(struct file *filp, const char __user *user
 
 static const struct file_operations reacting_on_fops = {
        .open   = simple_open,
-       .llseek = no_llseek,
        .write  = reacting_on_write_data,
        .read   = reacting_on_read_data,
 };
index b4f348b..c01375a 100644 (file)
@@ -7557,7 +7557,6 @@ static const struct file_operations tracing_pipe_fops = {
        .read           = tracing_read_pipe,
        .splice_read    = tracing_splice_read_pipe,
        .release        = tracing_release_pipe,
-       .llseek         = no_llseek,
 };
 
 static const struct file_operations tracing_entries_fops = {
@@ -7636,7 +7635,6 @@ static const struct file_operations snapshot_raw_fops = {
        .read           = tracing_buffers_read,
        .release        = tracing_buffers_release,
        .splice_read    = tracing_buffers_splice_read,
-       .llseek         = no_llseek,
 };
 
 #endif /* CONFIG_TRACER_SNAPSHOT */
@@ -8466,7 +8464,6 @@ static const struct file_operations tracing_buffers_fops = {
        .flush          = tracing_buffers_flush,
        .splice_read    = tracing_buffers_splice_read,
        .unlocked_ioctl = tracing_buffers_ioctl,
-       .llseek         = no_llseek,
        .mmap           = tracing_buffers_mmap,
 };
 
index 0580ac9..3ca89e0 100644 (file)
@@ -4115,7 +4115,6 @@ out:
 static const struct file_operations split_huge_pages_fops = {
        .owner   = THIS_MODULE,
        .write   = split_huge_pages_write,
-       .llseek  = no_llseek,
 };
 
 static int __init split_huge_pages_debugfs(void)
index 25b8a67..85149c7 100644 (file)
@@ -187,7 +187,6 @@ static const struct file_operations minstrel_ht_stat_fops = {
        .open = minstrel_ht_stats_open,
        .read = minstrel_stats_read,
        .release = minstrel_stats_release,
-       .llseek = no_llseek,
 };
 
 static char *
@@ -323,7 +322,6 @@ static const struct file_operations minstrel_ht_stat_csv_fops = {
        .open = minstrel_ht_stats_csv_open,
        .read = minstrel_stats_read,
        .release = minstrel_stats_release,
-       .llseek = no_llseek,
 };
 
 void
index 13a5126..7d3e82e 100644 (file)
@@ -1394,7 +1394,6 @@ static const struct file_operations rfkill_fops = {
        .release        = rfkill_fop_release,
        .unlocked_ioctl = rfkill_fop_ioctl,
        .compat_ioctl   = compat_ptr_ioctl,
-       .llseek         = no_llseek,
 };
 
 #define RFKILL_NAME "rfkill"
index 7b046dd..601ad74 100644 (file)
@@ -153,7 +153,6 @@ static void sock_show_fdinfo(struct seq_file *m, struct file *f)
 
 static const struct file_operations socket_file_ops = {
        .owner =        THIS_MODULE,
-       .llseek =       no_llseek,
        .read_iter =    sock_read_iter,
        .write_iter =   sock_write_iter,
        .poll =         sock_poll,
index 4f31e73..1bd3e53 100644 (file)
@@ -1592,7 +1592,6 @@ static int cache_release_procfs(struct inode *inode, struct file *filp)
 }
 
 static const struct proc_ops cache_channel_proc_ops = {
-       .proc_lseek     = no_llseek,
        .proc_read      = cache_read_procfs,
        .proc_write     = cache_write_procfs,
        .proc_poll      = cache_poll_procfs,
@@ -1658,7 +1657,6 @@ static const struct proc_ops cache_flush_proc_ops = {
        .proc_read      = read_flush_procfs,
        .proc_write     = write_flush_procfs,
        .proc_release   = release_flush_procfs,
-       .proc_lseek     = no_llseek,
 };
 
 static void remove_cache_proc_entries(struct cache_detail *cd)
@@ -1811,7 +1809,6 @@ static int cache_release_pipefs(struct inode *inode, struct file *filp)
 
 const struct file_operations cache_file_operations_pipefs = {
        .owner          = THIS_MODULE,
-       .llseek         = no_llseek,
        .read           = cache_read_pipefs,
        .write          = cache_write_pipefs,
        .poll           = cache_poll_pipefs,
@@ -1877,7 +1874,6 @@ const struct file_operations cache_flush_operations_pipefs = {
        .read           = read_flush_pipefs,
        .write          = write_flush_pipefs,
        .release        = release_flush_pipefs,
-       .llseek         = no_llseek,
 };
 
 int sunrpc_cache_register_pipefs(struct dentry *parent,
index 910a5d8..7ce3721 100644 (file)
@@ -385,7 +385,6 @@ rpc_pipe_ioctl(struct file *filp, unsigned int cmd, unsigned long arg)
 
 static const struct file_operations rpc_pipe_fops = {
        .owner          = THIS_MODULE,
-       .llseek         = no_llseek,
        .read           = rpc_pipe_read,
        .write          = rpc_pipe_write,
        .poll           = rpc_pipe_poll,
index b382c69..59eefe2 100644 (file)
@@ -927,7 +927,6 @@ static const struct file_operations mtty_save_fops = {
        .unlocked_ioctl = mtty_precopy_ioctl,
        .compat_ioctl = compat_ptr_ioctl,
        .release = mtty_release_migf,
-       .llseek = no_llseek,
 };
 
 static void mtty_save_state(struct mdev_state *mdev_state)
@@ -1082,7 +1081,6 @@ static const struct file_operations mtty_resume_fops = {
        .owner = THIS_MODULE,
        .write = mtty_resume_write,
        .release = mtty_release_migf,
-       .llseek = no_llseek,
 };
 
 static struct mtty_migration_file *
index df00d66..50ab60c 100644 (file)
@@ -131,7 +131,6 @@ identifier llseek_f;
 identifier fops0.fops;
 @@
   struct file_operations fops = {
-    .llseek = no_llseek,
   };
 
 @ has_noop_llseek @
index 4f55f64..2f790a7 100644 (file)
@@ -2267,7 +2267,6 @@ static const struct file_operations snd_ctl_f_ops =
        .read =         snd_ctl_read,
        .open =         snd_ctl_open,
        .release =      snd_ctl_release,
-       .llseek =       no_llseek,
        .poll =         snd_ctl_poll,
        .unlocked_ioctl =       snd_ctl_ioctl,
        .compat_ioctl = snd_ctl_ioctl_compat,
index 33bf9a2..668604d 100644 (file)
@@ -412,7 +412,6 @@ static const struct file_operations snd_mixer_oss_f_ops =
        .owner =        THIS_MODULE,
        .open =         snd_mixer_oss_open,
        .release =      snd_mixer_oss_release,
-       .llseek =       no_llseek,
        .unlocked_ioctl =       snd_mixer_oss_ioctl,
        .compat_ioctl = snd_mixer_oss_ioctl_compat,
 };
index 7386982..4683b91 100644 (file)
@@ -3106,7 +3106,6 @@ static const struct file_operations snd_pcm_oss_f_reg =
        .write =        snd_pcm_oss_write,
        .open =         snd_pcm_oss_open,
        .release =      snd_pcm_oss_release,
-       .llseek =       no_llseek,
        .poll =         snd_pcm_oss_poll,
        .unlocked_ioctl =       snd_pcm_oss_ioctl,
        .compat_ioctl = snd_pcm_oss_ioctl_compat,
index 99e39b5..5b90768 100644 (file)
@@ -4115,7 +4115,6 @@ const struct file_operations snd_pcm_f_ops[2] = {
                .write_iter =           snd_pcm_writev,
                .open =                 snd_pcm_playback_open,
                .release =              snd_pcm_release,
-               .llseek =               no_llseek,
                .poll =                 snd_pcm_poll,
                .unlocked_ioctl =       snd_pcm_ioctl,
                .compat_ioctl =         snd_pcm_ioctl_compat,
@@ -4129,7 +4128,6 @@ const struct file_operations snd_pcm_f_ops[2] = {
                .read_iter =            snd_pcm_readv,
                .open =                 snd_pcm_capture_open,
                .release =              snd_pcm_release,
-               .llseek =               no_llseek,
                .poll =                 snd_pcm_poll,
                .unlocked_ioctl =       snd_pcm_ioctl,
                .compat_ioctl =         snd_pcm_ioctl_compat,
index 7accf9a..03306be 100644 (file)
@@ -1784,7 +1784,6 @@ static const struct file_operations snd_rawmidi_f_ops = {
        .write =        snd_rawmidi_write,
        .open =         snd_rawmidi_open,
        .release =      snd_rawmidi_release,
-       .llseek =       no_llseek,
        .poll =         snd_rawmidi_poll,
        .unlocked_ioctl =       snd_rawmidi_ioctl,
        .compat_ioctl = snd_rawmidi_ioctl_compat,
index 6437193..3930e2f 100644 (file)
@@ -2722,7 +2722,6 @@ static const struct file_operations snd_seq_f_ops =
        .write =        snd_seq_write,
        .open =         snd_seq_open,
        .release =      snd_seq_release,
-       .llseek =       no_llseek,
        .poll =         snd_seq_poll,
        .unlocked_ioctl =       snd_seq_ioctl,
        .compat_ioctl = snd_seq_ioctl_compat,
index 668c40b..fbada79 100644 (file)
@@ -2436,7 +2436,6 @@ static const struct file_operations snd_timer_f_ops =
        .read =         snd_timer_user_read,
        .open =         snd_timer_user_open,
        .release =      snd_timer_user_release,
-       .llseek =       no_llseek,
        .poll =         snd_timer_user_poll,
        .unlocked_ioctl =       snd_timer_user_ioctl,
        .compat_ioctl = snd_timer_user_ioctl_compat,
index 4b1baf4..dea2d9b 100644 (file)
@@ -381,7 +381,6 @@ static long mixer_unlocked_ioctl(struct file *file, u_int cmd, u_long arg)
 static const struct file_operations mixer_fops =
 {
        .owner          = THIS_MODULE,
-       .llseek         = no_llseek,
        .unlocked_ioctl = mixer_unlocked_ioctl,
        .compat_ioctl   = compat_ptr_ioctl,
        .open           = mixer_open,
@@ -1155,7 +1154,6 @@ static long sq_unlocked_ioctl(struct file *file, u_int cmd, u_long arg)
 static const struct file_operations sq_fops =
 {
        .owner          = THIS_MODULE,
-       .llseek         = no_llseek,
        .write          = sq_write,
        .poll           = sq_poll,
        .unlocked_ioctl = sq_unlocked_ioctl,
@@ -1351,7 +1349,6 @@ static ssize_t state_read(struct file *file, char __user *buf, size_t count,
 
 static const struct file_operations state_fops = {
        .owner          = THIS_MODULE,
-       .llseek         = no_llseek,
        .read           = state_read,
        .open           = state_open,
        .release        = state_release,
index 3fc2bbb..1767ded 100644 (file)
@@ -68,7 +68,6 @@ static ssize_t fw_regs_read(struct file *file, char __user *to, size_t count, lo
 static const struct file_operations fw_regs_fops = {
        .open = simple_open,
        .read = fw_regs_read,
-       .llseek = no_llseek,
 };
 
 static ssize_t debug_window_read(struct file *file, char __user *to, size_t count, loff_t *ppos)
@@ -93,7 +92,6 @@ static ssize_t debug_window_read(struct file *file, char __user *to, size_t coun
 static const struct file_operations debug_window_fops = {
        .open = simple_open,
        .read = debug_window_read,
-       .llseek = no_llseek,
 };
 
 static ssize_t probe_points_read(struct file *file, char __user *to, size_t count, loff_t *ppos)
@@ -170,7 +168,6 @@ static const struct file_operations probe_points_fops = {
        .open = simple_open,
        .read = probe_points_read,
        .write = probe_points_write,
-       .llseek = no_llseek,
 };
 
 static ssize_t probe_points_disconnect_write(struct file *file, const char __user *from,
index f416d5e..4f81366 100644 (file)
@@ -6186,7 +6186,6 @@ static const struct file_operations stat_fops_per_vm = {
        .release = kvm_debugfs_release,
        .read = simple_attr_read,
        .write = simple_attr_write,
-       .llseek = no_llseek,
 };
 
 static int vm_stat_get(void *_offset, u64 *val)