mbox series

[git,pull] vfs.git misc stuff

Message ID 20240521184359.GR2118490@ZenIV (mailing list archive)
State New
Headers show
Series [git,pull] vfs.git misc stuff | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-misc

Message

Al Viro May 21, 2024, 6:43 p.m. UTC
Stuff that should've been pushed in the last merge window,
but had fallen through the cracks ;-/

	One trivial conflict in io_uring.c/rw.c:io_write()
(with removal of call_write_iter()).

The following changes since commit 39cd87c4eb2b893354f3b850f916353f2658ae6f:

  Linux 6.9-rc2 (2024-03-31 14:32:39 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-misc

for you to fetch changes up to 7c98f7cb8fda964fbc60b9307ad35e94735fa35f:

  remove call_{read,write}_iter() functions (2024-04-15 16:03:25 -0400)

----------------------------------------------------------------
Assorted commits that had missed the last merge window...

----------------------------------------------------------------
Al Viro (5):
      close_on_exec(): pass files_struct instead of fdtable
      fd_is_open(): move to fs/file.c
      get_file_rcu(): no need to check for NULL separately
      kernel_file_open(): get rid of inode argument
      do_dentry_open(): kill inode argument

Miklos Szeredi (1):
      remove call_{read,write}_iter() functions

 drivers/block/loop.c              |  4 ++--
 drivers/target/target_core_file.c |  4 ++--
 fs/aio.c                          |  4 ++--
 fs/cachefiles/namei.c             |  3 +--
 fs/file.c                         | 19 ++++++++-----------
 fs/open.c                         | 11 +++++------
 fs/overlayfs/util.c               |  2 +-
 fs/proc/fd.c                      |  4 +---
 fs/read_write.c                   | 12 ++++++------
 fs/splice.c                       |  4 ++--
 include/linux/fdtable.h           | 15 +++++----------
 include/linux/fs.h                | 14 +-------------
 io_uring/rw.c                     |  4 ++--
 13 files changed, 38 insertions(+), 62 deletions(-)

Comments

pr-tracker-bot@kernel.org May 21, 2024, 8:26 p.m. UTC | #1
The pull request you sent on Tue, 21 May 2024 19:43:59 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-misc

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/b6394d6f715919c053c1450ef0d7c5e517b53764

Thank you!