From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751451AbdKUQ2T (ORCPT ); Tue, 21 Nov 2017 11:28:19 -0500 Received: from zeniv.linux.org.uk ([195.92.253.2]:40028 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751228AbdKUQ2S (ORCPT ); Tue, 21 Nov 2017 11:28:18 -0500 Date: Tue, 21 Nov 2017 16:28:16 +0000 From: Al Viro To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: [git pull] several 9p fixes Message-ID: <20171121162816.GW21978@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.9.0 (2017-09-02) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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(-)