From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from zeniv.linux.org.uk ([195.92.253.2]:46160 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726083AbeKCJPt (ORCPT ); Sat, 3 Nov 2018 05:15:49 -0400 Date: Sat, 3 Nov 2018 00:06:30 +0000 From: Al Viro To: Linus Torvalds Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [git pull] followup fix to work.afs Message-ID: <20181103000630.GB32577@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Regression fix for net/9p handling of iov_iter; broken by braino when switching to iov_iter_is_kvec() et.al., spotted and fixed by Marc. The following changes since commit 0e9b4a82710220c04100892fb7277b78fd33a747: missing bits of "iov_iter: Separate type from direction and use accessor functions" (2018-11-01 18:19:03 -0400) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.afs for you to fetch changes up to 2cbfdf4df58330f6cb493500387427dae1c5551d: iov_iter: Fix 9p virtio breakage (2018-11-02 19:45:01 -0400) ---------------------------------------------------------------- Marc Zyngier (1): iov_iter: Fix 9p virtio breakage net/9p/trans_virtio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)