Re: [PATCH] add two SCSI command opcodes

2007-04-19 Thread Steven Hayter
Matthew Wilcox wrote: > On Thu, Apr 19, 2007 at 07:39:59PM +0300, Dan Aloni wrote: >> On Thu, Apr 19, 2007 at 05:47:43PM +0200, Jan-Benedict Glaw wrote: >>> Where's the user? >> A privately maintained kernel driver. >> >> Do we _must_ have in-tree users? I'd consider the change for completion's

Re: [PATCH] scsi_execute_async() should add to the tail of the queue

2006-12-20 Thread Steven Hayter
Dan Aloni wrote: Hello, scsi_execute_async() has replaced scsi_do_req() a few versions ago, but it also incurred a change of behavior. I noticed that over-queuing a SCSI device using that function causes I/Os to be starved from low-level queuing for no justified reason. I think it makes muc