[git pull] vfs.git final bits and pieces

From: Al Viro
Date: Fri Mar 03 2017 - 22:03:07 EST


A few unrelated patches that got beating in -next. Everything else
will have to go into the next window ;-/

The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:

Linux 4.10-rc1 (2016-12-25 16:13:08 -0800)

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 eec11535ca3d3e2daa2c8f59fa8ce1963db98abd:

hfs: fix hfs_readdir() (2017-02-18 22:11:15 -0500)

----------------------------------------------------------------
Al Viro (2):
9p: constify ->d_name handling
selftest for default_file_splice_read() infoleak

Dan Carpenter (1):
hfs: fix hfs_readdir()

fs/9p/fid.c | 10 +++++-----
fs/9p/vfs_inode.c | 10 +++++-----
fs/9p/vfs_inode_dotl.c | 20 ++++++++++----------
fs/hfs/dir.c | 2 +-
include/net/9p/9p.h | 8 ++++----
include/net/9p/client.h | 18 +++++++++---------
net/9p/client.c | 18 +++++++++---------
tools/testing/selftests/Makefile | 1 +
tools/testing/selftests/splice/Makefile | 8 ++++++++
.../selftests/splice/default_file_splice_read.c | 8 ++++++++
.../selftests/splice/default_file_splice_read.sh | 7 +++++++
11 files changed, 67 insertions(+), 43 deletions(-)
create mode 100644 tools/testing/selftests/splice/Makefile
create mode 100644 tools/testing/selftests/splice/default_file_splice_read.c
create mode 100755 tools/testing/selftests/splice/default_file_splice_read.sh