Re: [PATCH 1/1] vhost: Remove duplicate inclusion of linux/vhost.h

2012-11-19 Thread David Miller
From: "Michael S. Tsirkin" Date: Mon, 19 Nov 2012 21:49:55 +0200 > On Mon, Nov 19, 2012 at 02:18:13PM -0500, David Miller wrote: >> From: Sachin Kamat >> Date: Mon, 19 Nov 2012 16:58:28 +0530 >> >> > linux/vhost.h was included twice. >> > >> > Signed-off-by: Sachin Kamat >> >> Michael, are y

Re: [PATCH 1/1] vhost: Remove duplicate inclusion of linux/vhost.h

2012-11-19 Thread Michael S. Tsirkin
On Mon, Nov 19, 2012 at 02:18:13PM -0500, David Miller wrote: > From: Sachin Kamat > Date: Mon, 19 Nov 2012 16:58:28 +0530 > > > linux/vhost.h was included twice. > > > > Signed-off-by: Sachin Kamat > > Michael, are you gonna take this? > > Thanks. Pls pick it up. Acked-by: Michael S. Tsirk

Re: [PATCH 1/1] vhost: Remove duplicate inclusion of linux/vhost.h

2012-11-19 Thread David Miller
From: Sachin Kamat Date: Mon, 19 Nov 2012 16:58:28 +0530 > linux/vhost.h was included twice. > > Signed-off-by: Sachin Kamat Michael, are you gonna take this? Thanks. -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majord...@vger.kernel.org More m

[PATCH 1/1] vhost: Remove duplicate inclusion of linux/vhost.h

2012-11-19 Thread Sachin Kamat
linux/vhost.h was included twice. Signed-off-by: Sachin Kamat --- drivers/vhost/tcm_vhost.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/vhost/tcm_vhost.c b/drivers/vhost/tcm_vhost.c index 73bbc46..798792b 100644 --- a/drivers/vhost/tcm_vhost.c +++ b/drivers/v