Re: [PATCH] vhost-scsi: Depend on NET for memcpy_fromiovec
From: Rusty Russell <hidden>
Date: 2013-05-15 05:21:04
Also in:
kvm, linux-next, lkml
From: Rusty Russell <hidden>
Date: 2013-05-15 05:21:04
Also in:
kvm, linux-next, lkml
Asias He [off-list ref] writes:
scsi.c includes vhost.c which uses memcpy_fromiovec. This patch fixes this build failure. From Randy Dunlap: ''' on x86_64: ERROR: "memcpy_fromiovec" [drivers/vhost/vhost_scsi.ko] undefined! It needs to depend on NET since net/core/ provides that function. '''
Proper fix please. Though I can't see why you thought this was a good idea. Nonetheless, I shan't highlight why: I have far too much respect for your intellects and abilities. No, don't thank me! Rusty.