misc bits and pieces not fitting into anything more specific. That's probably it for tonight; more to follow tomorrow... The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338: Linux 4.17-rc1 (2018-04-15 18:24:20 -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 eb915375757cd32c5abf7aea4caa76fe7edf8ef4: vfs: delete unnecessary assignment in vfs_listxattr (2018-05-29 13:22:41 -0400) ---------------------------------------------------------------- Al Viro (7): remove rpc_rmdir() msdos_rmdir(): kill BS comment it's SB_BORN, not MS_BORN... get rid of dead code in d_find_alias() vfat: simplify checks in vfat_lookup() make xattr_getsecurity() static __inode_security_revalidate() never gets NULL opt_dentry Chengguang Xu (1): vfs: delete unnecessary assignment in vfs_listxattr Danilo Krummrich (1): vfs: namei: use path_equal() in follow_dotdot() Li Qiang (1): fs.h: fix outdated comment about file flags Sean Anderson (1): Documentation: filesystems: update filesystem locking documentation Zev Weiss (1): fs: avoid fdput() after failed fdget() in vfs_dedupe_file_range() Documentation/filesystems/Locking | 43 +++++++++++--------- fs/dcache.c | 83 ++++++++++++++++---------------------- fs/fat/namei_msdos.c | 4 -- fs/fat/namei_vfat.c | 13 +----- fs/namei.c | 4 +- fs/read_write.c | 6 +-- fs/super.c | 2 +- fs/xattr.c | 4 +- include/linux/fs.h | 2 +- include/linux/sunrpc/rpc_pipe_fs.h | 2 - include/linux/xattr.h | 1 - net/sunrpc/rpc_pipe.c | 16 -------- security/selinux/hooks.c | 7 ++-- 13 files changed, 69 insertions(+), 118 deletions(-)