1
linux/arch/s390/hypfs
Al Viro cb787f4ac0 [tree-wide] finally take no_llseek out
no_llseek had been defined to NULL two years ago, in commit 868941b144
("fs: remove no_llseek")

To quote that commit,

  At -rc1 we'll need do a mechanical removal of no_llseek -

  git grep -l -w no_llseek | grep -v porting.rst | while read i; do
	sed -i '/\<no_llseek\>/d' $i
  done

  would do it.

Unfortunately, that hadn't been done.  Linus, could you do that now, so
that we could finally put that thing to rest? All instances are of the
form
	.llseek = no_llseek,
so it's obviously safe.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2024-09-27 08:18:43 -07:00
..
hypfs_dbfs.c [tree-wide] finally take no_llseek out 2024-09-27 08:18:43 -07:00
hypfs_diag0c.c s390/hypfs_diag0c: fix virtual vs physical address confusion 2024-02-09 13:58:13 +01:00
hypfs_diag_fs.c s390/hypfs: factor out filesystem code 2023-07-24 12:12:22 +02:00
hypfs_diag.c s390/hypfs_diag: Remove unused dentry variable 2024-08-29 22:56:33 +02:00
hypfs_diag.h s390/hypfs: factor out filesystem code 2023-07-24 12:12:22 +02:00
hypfs_sprp.c s390/hypfs_sprp: remove unneeded DMA zone allocation 2024-02-09 13:58:14 +01:00
hypfs_vm_fs.c s390/hypfs: factor out filesystem code 2023-07-24 12:12:22 +02:00
hypfs_vm.c s390/hypfs: factor out filesystem code 2023-07-24 12:12:22 +02:00
hypfs_vm.h s390/hypfs: factor out filesystem code 2023-07-24 12:12:22 +02:00
hypfs.h s390/hypfs: Remove obsoleted declaration for hypfs_dbfs_exit 2024-08-29 22:56:34 +02:00
inode.c [tree-wide] finally take no_llseek out 2024-09-27 08:18:43 -07:00
Makefile s390/hypfs: factor out filesystem code 2023-07-24 12:12:22 +02:00