]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit538e57ee8c48c4f5ea5ddf2c9947fc99ab835db7
tree0a29573f8bf21ce31f56ad45a606c8c9fd6c3dd4
parent9044e3c4cef5c37e69b6e0c7a37ae8b955c29437
parentcb619781608191ce1541e6d4730e9fbaee0efc92
Merge tag 'pull-file_inode' of git://git.kernel.org/pub/scm/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