Re: [PATCH] vhost-scsi: Depend on NET for memcpy_fromiovec
From: David Miller <davem@davemloft.net>
Date: 2013-05-16 09:10:27
Also in:
kvm, linux-next, lkml, virtualization
From: David Miller <davem@davemloft.net>
Date: 2013-05-16 09:10:27
Also in:
kvm, linux-next, lkml, virtualization
From: "Michael S. Tsirkin" <mst@redhat.com> Date: Thu, 16 May 2013 09:46:21 +0300
On Wed, May 15, 2013 at 08:10:55PM -0700, David Miller wrote:quoted
From: Rusty Russell <redacted> Date: Thu, 16 May 2013 09:05:38 +0930quoted
memcpy_fromiovec() has nothing to do with networking: that was just the first user. Note that crypto/algif_skcipher.c also uses it. The obvious answer is to move it into lib/.+1Rusty sent a patch that does this: http://patchwork.ozlabs.org/patch/244207/ David, looks like you weren't CC'd. If you agree could you please Ack that patch and then I can merge it through the vhost tree? Or if you prefer merge it directly and I'll sort out the dependencies...
Acked-by: David S. Miller <davem@davemloft.net>