Re: [patch 2/5] scsi_error thread exits in TASK_INTERRUPTIBLE state.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, 2005-10-28 at 15:07 -0700, akpm@xxxxxxxx wrote:
> From: Steven Rostedt <rostedt@xxxxxxxxxxx>
> 
> Found in the -rt patch set.  The scsi_error thread likely will be in the
> TASK_INTERRUPTIBLE state upon exit.  This patch fixes this bug.
> 
> Signed-off-by: Steven Rostedt <rostedt@xxxxxxxxxxx>
> Cc: James Bottomley <James.Bottomley@xxxxxxxxxxxx>
> Signed-off-by: Andrew Morton <akpm@xxxxxxxx>
> ---
> 
>  drivers/scsi/scsi_error.c |    1 +
>  1 files changed, 1 insertion(+)
> 
> diff -puN drivers/scsi/scsi_error.c~scsi_error-thread-exits-in-task_interruptible-state drivers/scsi/scsi_error.c
> --- 25/drivers/scsi/scsi_error.c~scsi_error-thread-exits-in-task_interruptible-state	Fri Oct 28 15:06:03 2005
> +++ 25-akpm/drivers/scsi/scsi_error.c	Fri Oct 28 15:06:03 2005
> @@ -1644,6 +1644,7 @@ int scsi_error_handler(void *data)
>  		scsi_restart_operations(shost);
>  		set_current_state(TASK_INTERRUPTIBLE);
>  	}
> +	__set_current_state(TASK_RUNNING);
^^^^^^^^^^^^^^^^^^^^^
>  	__set_current_state(TASK_RUNNING);
^^^^^^^^^^^^^^^^^^^^^

Mismerge, I think (of a patch which is already present)

James


-
: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [SCSI Target Devel]     [Linux SCSI Target Infrastructure]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Linux IIO]     [Samba]     [Device Mapper]
  Powered by Linux