From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [GIT PATCH] SCSI bug fixes for 2.6.23-rc1 Date: Sun, 29 Jul 2007 21:04:11 -0400 Message-ID: <46AD390B.2080400@garzik.org> References: <1185720592.3434.7.camel@localhost.localdomain> <46AD19F7.7040905@garzik.org> <1185756759.3434.19.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from srv5.dvmed.net ([207.36.208.214]:38803 "EHLO mail.dvmed.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933615AbXG3BEN (ORCPT ); Sun, 29 Jul 2007 21:04:13 -0400 In-Reply-To: <1185756759.3434.19.camel@localhost.localdomain> Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: James Bottomley Cc: Andrew Morton , Linus Torvalds , linux-scsi , linux-kernel James Bottomley wrote: > msleep_interruptible -> ssleep is a > change with zero practical impact for this driver, eh, how do you figure? A signal can clearly cause the abort-related functions to delay far shorter than the driver wishes. The msleep_interruptible() in arcmsr_wait_msgint_ready() probably isn't fatal -- unless it's there to ensure the hardware isn't pounded -- but again, a signal can cause a CPU-wasting busy loop that could last for quite a while (in CPU terms). Jeff