Assorted cleanups, part from the previous cycle, part new. Branch is in git.kernel.org:/pub/scm/linux/kernel/git/viro/vfs.git #work.fdtable Individual patches in followups. Appears to work; if nobody objects, into -next it goes... Shortlog: Al Viro (8): get rid of ...lookup...fdget_rcu() family remove pointless includes of <linux/fdtable.h> close_files(): don't bother with xchg() proc_fd_getattr(): don't bother with S_ISDIR() check move close_range(2) into fs/file.c, fold __close_range() into it sane_fdtable_size(): don't bother looking at descriptors we are not going to copy alloc_fdtable(): change calling conventions. dup_fd(): change calling conventions Yu Ma (3): fs/file.c: remove sanity_check and add likely/unlikely in alloc_fd() fs/file.c: conditionally clear full_fds fs/file.c: add fast path in find_next_fd() Diffstat: arch/powerpc/platforms/cell/spufs/coredump.c | 4 +- fs/fcntl.c | 1 - fs/file.c | 195 +++++++++++---------------- fs/file_table.c | 1 - fs/gfs2/glock.c | 12 +- fs/notify/dnotify/dnotify.c | 5 +- fs/notify/fanotify/fanotify.c | 1 - fs/notify/fanotify/fanotify_user.c | 1 - fs/open.c | 17 --- fs/overlayfs/copy_up.c | 1 - fs/proc/base.c | 1 - fs/proc/fd.c | 23 +--- include/linux/fdtable.h | 7 +- include/linux/file.h | 1 + io_uring/io_uring.c | 1 - kernel/bpf/bpf_inode_storage.c | 1 - kernel/bpf/bpf_task_storage.c | 1 - kernel/bpf/task_iter.c | 6 +- kernel/bpf/token.c | 1 - kernel/exit.c | 1 - kernel/fork.c | 26 ++-- kernel/kcmp.c | 4 +- kernel/module/dups.c | 1 - kernel/module/kmod.c | 1 - kernel/umh.c | 1 - net/handshake/request.c | 1 - security/apparmor/domain.c | 1 - 27 files changed, 104 insertions(+), 212 deletions(-)