[git pull] several 9p fixes
From: Al Viro
Date: Tue Nov 21 2017 - 11:28:23 EST
The following changes since commit 357fdad075abb976ee43f2dd450c40dcef4b7e2d:
Convert fs/*/* to SB_I_VERSION (2017-10-18 18:51:27 -0400)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git 9p-fixes
for you to fetch changes up to 61b272c3aa170b3e461b8df636407b29f35f98eb:
9p: Fix missing commas in mount options (2017-11-19 17:31:06 -0500)
----------------------------------------------------------------
Tuomas Tynkkynen (3):
fs/9p: Compare qid.path in v9fs_test_inode
net/9p: Switch to wait_event_killable()
9p: Fix missing commas in mount options
fs/9p/vfs_inode.c | 3 +++
fs/9p/vfs_inode_dotl.c | 3 +++
net/9p/client.c | 5 ++---
net/9p/trans_fd.c | 6 +++---
net/9p/trans_virtio.c | 13 ++++++-------
net/9p/trans_xen.c | 4 ++--
6 files changed, 19 insertions(+), 15 deletions(-)