Merge tag 'pull-file_inode' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 7 Oct 2022 00:22:11 +0000 (17:22 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 7 Oct 2022 00:22:11 +0000 (17:22 -0700)
commitab296221579715fb8f36a27c374ebabe5bfb7e9e
tree0a29573f8bf21ce31f56ad45a606c8c9fd6c3dd4
parent7a3353c5c441175582cf0d17f855b2ffd83fb9db
parent4094d98e3375833737b467998219338ffd46a68b
Merge tag 'pull-file_inode' of git://git./linux/kernel/git/viro/vfs

Pull file_inode() updates from Al Vrio:
 "whack-a-mole: cropped up open-coded file_inode() uses..."

* tag 'pull-file_inode' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  orangefs: use ->f_mapping
  _nfs42_proc_copy(): use ->f_mapping instead of file_inode()->i_mapping
  dma_buf: no need to bother with file_inode()->i_mapping
  nfs_finish_open(): don't open-code file_inode()
  bprm_fill_uid(): don't open-code file_inode()
  sgx: use ->f_mapping...
  exfat_iterate(): don't open-code file_inode(file)
  ibmvmc: don't open-code file_inode()
arch/x86/kernel/cpu/sgx/encl.c
drivers/dma-buf/udmabuf.c
fs/exec.c
fs/nfs/dir.c
fs/nfs/nfs42proc.c