From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:43429) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QNTv2-0003zq-FI for qemu-devel@nongnu.org; Fri, 20 May 2011 13:55:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QNTv1-0005Ha-J6 for qemu-devel@nongnu.org; Fri, 20 May 2011 13:55:24 -0400 Received: from mail-ww0-f53.google.com ([74.125.82.53]:57455) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QNTv1-0005CI-Az for qemu-devel@nongnu.org; Fri, 20 May 2011 13:55:23 -0400 Received: by mail-ww0-f53.google.com with SMTP id 40so3894532wwj.10 for ; Fri, 20 May 2011 10:55:22 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4DD6AB08.8070304@redhat.com> Date: Fri, 20 May 2011 19:55:20 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1305630067-2119-1-git-send-email-pbonzini@redhat.com> <1305630067-2119-16-git-send-email-pbonzini@redhat.com> <20110520160549.GO4466@lst.de> In-Reply-To: <20110520160549.GO4466@lst.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 15/21] scsi: introduce scsi_req_kick List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christoph Hellwig Cc: qemu-devel@nongnu.org On 05/20/2011 06:05 PM, Christoph Hellwig wrote: > Looks good, but the scsi_req_kick name doesn't sound to useful. > Either way some documentation on what it does would be useful. Will change to scsi_req_continue.