From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756028Ab3AXWed (ORCPT ); Thu, 24 Jan 2013 17:34:33 -0500 Received: from mail-qc0-f182.google.com ([209.85.216.182]:53507 "EHLO mail-qc0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755727Ab3AXWe1 (ORCPT ); Thu, 24 Jan 2013 17:34:27 -0500 Date: Thu, 24 Jan 2013 14:34:20 -0800 From: Tejun Heo To: Paolo Bonzini Cc: linux-kernel@vger.kernel.org, pmatouse@redhat.com, FUJITA Tomonori , Doug Gilbert , "James E.J. Bottomley" , linux-scsi@kernel.org, Jens Axboe Subject: Re: [PATCH 01/13] sg_io: pass request_queue to blk_verify_command Message-ID: <20130124223420.GZ2373@mtj.dyndns.org> References: <1359039649-17734-1-git-send-email-pbonzini@redhat.com> <1359039649-17734-2-git-send-email-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1359039649-17734-2-git-send-email-pbonzini@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jan 24, 2013 at 04:00:37PM +0100, Paolo Bonzini wrote: > Adjust the blk_verify_command function to let it look at per-queue > data. This will be done in the next patch. > > Cc: FUJITA Tomonori > Cc: Doug Gilbert > Cc: "James E.J. Bottomley" > Cc: linux-scsi@kernel.org > Cc: Jens Axboe > Signed-off-by: Paolo Bonzini Acked-by: Tejun Heo Thanks. -- tejun