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

From: Al Viro
Date: Tue Oct 04 2022 - 12:56:17 EST


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(-)