Re: Announce: Swsusp-2.0-2.6-alpha1

From: iain d broadfoot
Date: Sat Oct 25 2003 - 14:21:39 EST


* Nigel Cunningham (ncunningham@xxxxxxxxxxxx) wrote:
> Hi all.
>
> I'm pleased to be able to announce the first test release of a port of
> the current 2.0 pre-release Software Suspend code to 2.6.

hurrah!

The attached patch allowed the kernel to compile for me, haven't booted
into it as yet.

thanks Nigel,
iain

--
"If sharing a thing in no way diminishes it, it is not rightly owned if it is
not shared." -- St. Augustine
--- linux-2.6.0-test8-temp/drivers/scsi/scsi_error.c 2003-10-25 15:13:31.000000000 -0400
+++ linux-2.6.0-test8-swsusp/drivers/scsi/scsi_error.c 2003-10-25 14:06:13.000000000 -0400
@@ -1506,7 +1506,7 @@

daemonize("scsi_eh_%d", shost->host_no);

- current->flags |= PF_IOTHREAD;
+ current->flags |= PF_NOFREEZE;

shost->eh_wait = &sem;
shost->ehandler = current;