From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH] scsi_error thread exits in TASK_INTERRUPTIBLE state. Date: Wed, 19 Oct 2005 12:31:31 +0100 Message-ID: <20051019113131.GA30553@infradead.org> References: <5bdc1c8b0510181402o2d9badb0sd18012cf7ff2a329@mail.gmail.com> <1129693423.8910.54.camel@mindpipe> <1129695564.8910.64.camel@mindpipe> 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: Steven Rostedt Cc: Lee Revell , Mark Knecht , linux-kernel@vger.kernel.org, Ingo Molnar , rmk@arm.linux.org.uk, Linus Torvalds , Andrew Morton , andmike@us.ibm.com, linux-scsi@vger.kernel.org List-Id: linux-scsi@vger.kernel.org > + /* > + * There's a good chance that the loop will exit in the > + * TASK_INTERRUPTIBLE state. > + */ > + __set_current_state(TASK_RUNNING); no need to comment the obvious.