Re: [PATCH scsi-misc-2.6 11/13] scsi: add reprep arg to scsi_requeue_command() and make it public

2005-03-31 Thread Tejun Heo
Hello, Christoph. On Thu, Mar 31, 2005 at 11:32:03AM +0100, Christoph Hellwig wrote: > > - * Arguments: q - queue to operate on > > - * cmd - command that may need to be requeued. > > + * Arguments: cmd - command that may need to be requeued. > > + * reprep

Re: [PATCH scsi-misc-2.6 11/13] scsi: add reprep arg to scsi_requeue_command() and make it public

2005-03-31 Thread Christoph Hellwig
> - * Arguments:q - queue to operate on > - * cmd - command that may need to be requeued. > + * Arguments:cmd - command that may need to be requeued. > + * reprep - needs to prep the command again? > * > * Returns: Nothing > * > @@ -478,11 +

Re: [PATCH scsi-misc-2.6 11/13] scsi: add reprep arg to scsi_requeue_command() and make it public

2005-03-31 Thread Tejun Heo
11_scsi_make_requeue_command_public.patch Add reprep argument to scsi_requeue_command(), remove redundant q argument, add code to set cmd->state/owner, and make the function public. This patch is preparation for consolidating requeue paths. Signed-off-by: Tejun He