From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Wilcox Subject: Re: [GIT PULL] SCSI queuecommand API change for 2.6.37-rc1 Date: Fri, 12 Nov 2010 21:28:22 -0700 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 Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Linus Torvalds Cc: James Bottomley , "Nicholas A. Bellinger" , Jeff Garzik , Andrew Morton , linux-scsi , linux-kernel List-Id: linux-scsi@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."