[PATCH] vhost-net: comment use of invalid fd when setting vhost backend

2009-12-22 Thread Chris Wright
This looks like an error case, but it's just a special case to shutdown the backend. Clarify with a comment. Signed-off-by: Chris Wright chr...@redhat.com --- drivers/vhost/net.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/vhost/net.c b/drivers/vhost/net.c

Re: [PATCH] vhost-net: comment use of invalid fd when setting vhost backend

2009-12-22 Thread Michael S. Tsirkin
On Tue, Dec 22, 2009 at 10:18:28AM -0800, Chris Wright wrote: This looks like an error case, but it's just a special case to shutdown the backend. Clarify with a comment. Signed-off-by: Chris Wright chr...@redhat.com Acked-by: Michael S. Tsirkin m...@redhat.com --- drivers/vhost/net.c |