linux/drivers/iommu/iommufd
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
..
device.c Merge branch 'nesting_reserved_regions' into iommufd.git for-next 2024-08-27 11:13:56 -03:00
double_span.h
fault.c [tree-wide] finally take no_llseek out 2024-09-27 08:18:43 -07:00
hw_pagetable.c iommufd: Check the domain owner of the parent before creating a nesting domain 2024-09-05 11:25:40 -03:00
io_pagetable.c iommufd: Protect against overflow of ALIGN() during iova allocation 2024-09-05 13:54:41 -03:00
io_pagetable.h iommufd: Reorder include files 2024-08-26 12:02:03 -03:00
ioas.c iommufd 6.12 merge window pull 2024-09-24 11:55:26 -07:00
iommufd_private.h iommufd: Avoid duplicated __iommu_group_set_core_domain() call 2024-09-11 20:14:07 -03:00
iommufd_test.h iommufd: Reorder include files 2024-08-26 12:02:03 -03:00
iova_bitmap.c iommufd: Reorder include files 2024-08-26 12:02:03 -03:00
Kconfig iommufd: Add missing IOMMUFD_DRIVER kconfig for the selftest 2024-04-14 13:52:08 -03:00
main.c iommufd: Reorder include files 2024-08-26 12:02:03 -03:00
Makefile iommufd: Add iommufd fault object 2024-07-09 13:54:32 -03:00
pages.c iommufd: Reorder include files 2024-08-26 12:02:03 -03:00
selftest.c fault-inject: improve build for CONFIG_FAULT_INJECTION=n 2024-09-01 20:43:33 -07:00
vfio_compat.c iommufd: Add iommufd_ctx to iommufd_put_object() 2023-11-29 20:30:03 -04:00