On 15.08.2005 [20:34:27 +], Willem Riede wrote:
> On 08/15/2005 02:27:51 PM, Nishanth Aravamudan wrote:
> > Description: Use schedule_timeout_uninterruptible() instead of
> > set_current_state()/schedule_timeout() to reduce kernel size.
> >
> > Signed-off-by:
Description: Use schedule_timeout_uninterruptible() instead of
set_current_state()/schedule_timeout() to reduce kernel size.
Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]>
---
drivers/scsi/NCR5380.c|5 +
drivers/scsi/aacraid/rkt.c|6 ++
drivers/scsi/a
On 10.07.2005 [18:20:10 +0200], Domen Puncer wrote:
> On 08/07/05 17:14 -0700, Nishanth Aravamudan wrote:
> > From: Nishanth Aravamudan <[EMAIL PROTECTED]>
> >
> > Description: Replace schedule_timeout() with msleep() to guarantee the
> > task delays as expected.
From: Nishanth Aravamudan <[EMAIL PROTECTED]>
Description: Replace schedule_timeout() with msleep() to guarantee the
task delays as expected.
Patch is compile-tested.
Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]>
---
osst.c |9 +++--
1 files changed, 3 inse
From: Nishanth Aravamudan <[EMAIL PROTECTED]>
Description: Replace schedule_timeout() with
msleep()/msleep_interruptible() as appropriate, to guarantee the task
delays as expected.
Patch is compile-tested.
Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]>
---
qla
From: Nishanth Aravamudan <[EMAIL PROTECTED]>
Description: Replace schedule_timeout() with msleep() to guarantee the
task delays as expected.
Patch is compile-tested.
Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]>
---
lpfc_scsi.c | 13 +
1 files changed,
urrent code, there is no code dealing with an early return / signals_pending().
Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]>
--- 2.6.11-v/drivers/scsi/osst.c2005-03-01 23:38:08.0 -0800
+++ 2.6.11/drivers/scsi/osst.c 2005-03-07 15:01:38.0 -0800
@@ -862,8 +862,7
Hi,
Please consider applying.
Description: Use wait_event() instead of the deprecated sleep_on() function. The
second replacement is more difficult, as there are various conditions which may
cause the while-loop to break, each resulting in a different effect.
Signed-off-by: Nishanth Aravamudan
8 matches
Mail list logo