Re: [PATCH 3/6] hv:scsi:Untangle the storage protocol negotiation from the vmbus protocol negotiation.

2015-06-01 Thread Dan Carpenter
On Fri, May 29, 2015 at 01:29:16PM -0700, K. Y. Srinivasan wrote: - if (vstor_packet-operation != VSTOR_OPERATION_COMPLETE_IO || - vstor_packet-status != 0) + if (vstor_packet-status != 0) { + ret = -EINVAL; goto cleanup; + } There is not

RE: [PATCH 3/6] hv:scsi:Untangle the storage protocol negotiation from the vmbus protocol negotiation.

2015-06-01 Thread KY Srinivasan
; linux-s...@vger.kernel.org; a...@canonical.com; vkuzn...@redhat.com; jasow...@redhat.com; Keith Mange Subject: Re: [PATCH 3/6] hv:scsi:Untangle the storage protocol negotiation from the vmbus protocol negotiation. On Fri, May 29, 2015 at 01:29:16PM -0700, K. Y. Srinivasan wrote

RE: [PATCH 3/6] hv:scsi:Untangle the storage protocol negotiation from the vmbus protocol negotiation.

2015-05-29 Thread Long Li
-Original Message- From: devel [mailto:driverdev-devel-boun...@linuxdriverproject.org] On Behalf Of K. Y. Srinivasan Sent: Friday, May 29, 2015 1:29 PM To: gre...@linuxfoundation.org; linux-ker...@vger.kernel.org; de...@linuxdriverproject.org; oher...@suse.com;