mbox series

[git,pull] vfs.git pile 4 (file_inode)

Message ID YzxlqrEtoV37hm3l@ZenIV (mailing list archive)
State New, archived
Headers show
Series [git,pull] vfs.git pile 4 (file_inode) | expand

Pull-request

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

Message

Al Viro Oct. 4, 2022, 4:56 p.m. UTC
The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:

  Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 4094d98e3375833737b467998219338ffd46a68b:

  orangefs: use ->f_mapping (2022-09-01 17:46:06 -0400)

----------------------------------------------------------------
whack-a-mole: cropped up open-coded file_inode() uses...

----------------------------------------------------------------
Al Viro (8):
      ibmvmc: don't open-code file_inode()
      exfat_iterate(): don't open-code file_inode(file)
      sgx: use ->f_mapping...
      bprm_fill_uid(): don't open-code file_inode()
      nfs_finish_open(): don't open-code file_inode()
      dma_buf: no need to bother with file_inode()->i_mapping
      _nfs42_proc_copy(): use ->f_mapping instead of file_inode()->i_mapping
      orangefs: use ->f_mapping

 arch/x86/kernel/cpu/sgx/encl.c | 3 +--
 drivers/dma-buf/udmabuf.c      | 2 +-
 drivers/misc/ibmvmc.c          | 6 ++++--
 fs/exec.c                      | 3 +--
 fs/exfat/dir.c                 | 6 +++---
 fs/nfs/dir.c                   | 2 +-
 fs/nfs/nfs42proc.c             | 2 +-
 fs/orangefs/file.c             | 4 +---
 8 files changed, 13 insertions(+), 15 deletions(-)

Comments

pr-tracker-bot@kernel.org Oct. 7, 2022, 12:36 a.m. UTC | #1
The pull request you sent on Tue, 4 Oct 2022 17:56:10 +0100:

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

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

Thank you!