]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
Merge tag 'vfs-6.8.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 8 Jan 2024 19:43:04 +0000 (11:43 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 8 Jan 2024 19:43:04 +0000 (11:43 -0800)
commit5db8752c3b81bd33a549f6f812bab81e3bb61b20
treed97ebf3a57a5ef1c3d823d778627263f0903b27a
parent26458409a9b180ea6cc2cd7b67d6138984184669
parent9fd7874c0e5c89d7da0b4442271696ec0f8edcba
Merge tag 'vfs-6.8.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs

Pull vfs iov_iter cleanups from Christian Brauner:
 "This contains a minor cleanup. The patches drop an unused argument
  from import_single_range() allowing to replace import_single_range()
  with import_ubuf() and dropping import_single_range() completely"

* tag 'vfs-6.8.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs:
  iov_iter: replace import_single_range() with import_ubuf()
  iov_iter: remove unused 'iov' argument from import_single_range()
fs/aio.c
lib/iov_iter.c
net/ipv4/tcp.c
net/socket.c