From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754422Ab0KME2Z (ORCPT ); Fri, 12 Nov 2010 23:28:25 -0500 Received: from palinux.external.hp.com ([192.25.206.14]:55270 "EHLO mail.parisc-linux.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752456Ab0KME2Y (ORCPT ); Fri, 12 Nov 2010 23:28:24 -0500 Date: Fri, 12 Nov 2010 21:28:22 -0700 From: Matthew Wilcox To: Linus Torvalds Cc: James Bottomley , "Nicholas A. Bellinger" , Jeff Garzik , Andrew Morton , linux-scsi , linux-kernel Subject: Re: [GIT PULL] SCSI queuecommand API change for 2.6.37-rc1 Message-ID: <20101113042821.GE18258@parisc-linux.org> References: <1289606118.3015.539.camel@mulgrave.site> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Nov 12, 2010 at 05:42:06PM -0800, Linus Torvalds wrote: > And the sad thing is that this could _trivially_ have been fixed while > actually making the patch no bigger. Make the new function look like > > int func(struct Scsi_Host *shost, struct scsi_cmnd *cmd, void > (*done)(struct scsi_cmnd *)); Actually, it'd be even better if we took away an argument. int queuecommand(struct scsi_cmnd *cmd); Every single driver sets cmd->scsi_done = done; (some don't do it immediately, but they all do it eventually. Do it in the single caller, and eventually remove the assignments from the drivers). -- Matthew Wilcox Intel Open Source Technology Centre "Bill, look, we understand that you're interested in selling us this operating system, but compare it to ours. We can't possibly take such a retrograde step."