[git pull] vfs.git work.misc

From: Al Viro
Date: Thu Nov 16 2017 - 22:04:32 EST


Assorted stuff, really no common topic here.

The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:

Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.misc

for you to fetch changes up to c02b1a9b41c2e728289f96850580a3651e0a8b5f:

vfs: grab the lock instead of blocking in __fd_install during resizing (2017-11-05 18:58:07 -0500)

----------------------------------------------------------------
Al Viro (6):
acct.h: get rid of detritus
new helper: destroy_unused_super()
fold destroy_super() into __put_super()
do_handle_open() should be static
make vfs_ustat() static
stubs for mount_bdev() and kill_block_super() in !CONFIG_BLOCK case

Arnd Bergmann (1):
elf_fdpic: fix unused variable warning

Hirofumi Nakagawa (2):
vfs: remove unneeded unlikely()
pstore: remove unneeded unlikely()

Jan Harkes (1):
coda: fix 'kernel memory exposure attempt' in fsync

Josef Bacik (1):
fs: make fiemap work from compat_ioctl

Linus Torvalds (1):
fix address space warnings in ipc/

Mateusz Guzik (2):
vfs: stop clearing close on exec when closing a fd
vfs: grab the lock instead of blocking in __fd_install during resizing

Mike Rapoport (1):
include/linux/fs.h: fix comment about struct address_space

Documentation/filesystems/porting | 4 ----
fs/binfmt_elf_fdpic.c | 2 ++
fs/coda/upcall.c | 3 +--
fs/compat_ioctl.c | 1 +
fs/fhandle.c | 4 ++--
fs/file.c | 12 +++++-----
fs/namei.c | 2 +-
fs/pstore/platform.c | 2 +-
fs/statfs.c | 2 +-
fs/super.c | 46 ++++++++++++++++++---------------------
include/linux/acct.h | 3 ---
include/linux/fs.h | 19 ++++++++++++++--
ipc/msg.c | 4 ++--
ipc/sem.c | 4 ++--
ipc/shm.c | 4 ++--
ipc/syscall.c | 2 +-
16 files changed, 61 insertions(+), 53 deletions(-)