Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754564AbXLTFpg (ORCPT ); Thu, 20 Dec 2007 00:45:36 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751132AbXLTFp0 (ORCPT ); Thu, 20 Dec 2007 00:45:26 -0500 Received: from ozlabs.org ([203.10.76.45]:47582 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750874AbXLTFpZ (ORCPT ); Thu, 20 Dec 2007 00:45:25 -0500 From: Rusty Russell To: linux-scsi@vger.kernel.org Subject: [PATCH 0/5] sg_ring for scsi Date: Thu, 20 Dec 2007 16:45:18 +1100 User-Agent: KMail/1.9.6 (enterprise 0.20070907.709405) Cc: linux-kernel@vger.kernel.org, Jens Axboe , Douglas Gilbert MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200712201645.19035.rusty@rustcorp.com.au> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 721 Lines: 18 OK, some fixes since last time, as I wade through more SCSI drivers. Some drivers use "use_sg" as a flag to know whether the request_buffer is a scatterlist: I don't need the counter, but I still need the flag, so I fixed that in a more intuitive way (an explicit ->sg pointer in the cmd). Also, I've updated and tested scsi_debug, after Douglas's excellent suggestion. (I just found out about struct scsi_pointer, so I'm off to update that now, too). Cheers, Rusty. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/