* swsusp: ahd_dv_0 can't be stopped
@ 2005-05-26 7:00 Shaohua Li
2005-05-26 9:41 ` Pavel Machek
0 siblings, 1 reply; 2+ messages in thread
From: Shaohua Li @ 2005-05-26 7:00 UTC (permalink / raw)
To: lkml; +Cc: akpm, Pavel Machek
Hi,
I suppose the driver wants to set PF_NOFREEZE? Anyway, setting PF_FREEZE
isn't correct to me.
Thanks,
Shaohua
---
linux-2.6.11-rc5-mm1-root/drivers/scsi/aic7xxx/aic79xx_osm.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -puN drivers/scsi/aic7xxx/aic79xx_osm.c~ahd_dv drivers/scsi/aic7xxx/aic79xx_osm.c
--- linux-2.6.11-rc5-mm1/drivers/scsi/aic7xxx/aic79xx_osm.c~ahd_dv 2005-05-26 14:42:41.191427928 +0800
+++ linux-2.6.11-rc5-mm1-root/drivers/scsi/aic7xxx/aic79xx_osm.c 2005-05-26 14:43:10.396988008 +0800
@@ -2488,7 +2488,7 @@ ahd_linux_dv_thread(void *data)
sprintf(current->comm, "ahd_dv_%d", ahd->unit);
#else
daemonize("ahd_dv_%d", ahd->unit);
- current->flags |= PF_FREEZE;
+ current->flags |= PF_NOFREEZE;
#endif
unlock_kernel();
_
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: swsusp: ahd_dv_0 can't be stopped
2005-05-26 7:00 swsusp: ahd_dv_0 can't be stopped Shaohua Li
@ 2005-05-26 9:41 ` Pavel Machek
0 siblings, 0 replies; 2+ messages in thread
From: Pavel Machek @ 2005-05-26 9:41 UTC (permalink / raw)
To: Shaohua Li; +Cc: lkml, akpm
Hi!
> I suppose the driver wants to set PF_NOFREEZE? Anyway, setting PF_FREEZE
> isn't correct to me.
Applied, will push upstream soon.
Pavel
> linux-2.6.11-rc5-mm1-root/drivers/scsi/aic7xxx/aic79xx_osm.c | 2 +-
> 1 files changed, 1 insertion(+), 1 deletion(-)
>
> diff -puN drivers/scsi/aic7xxx/aic79xx_osm.c~ahd_dv drivers/scsi/aic7xxx/aic79xx_osm.c
> --- linux-2.6.11-rc5-mm1/drivers/scsi/aic7xxx/aic79xx_osm.c~ahd_dv 2005-05-26 14:42:41.191427928 +0800
> +++ linux-2.6.11-rc5-mm1-root/drivers/scsi/aic7xxx/aic79xx_osm.c 2005-05-26 14:43:10.396988008 +0800
> @@ -2488,7 +2488,7 @@ ahd_linux_dv_thread(void *data)
> sprintf(current->comm, "ahd_dv_%d", ahd->unit);
> #else
> daemonize("ahd_dv_%d", ahd->unit);
> - current->flags |= PF_FREEZE;
> + current->flags |= PF_NOFREEZE;
> #endif
> unlock_kernel();
>
> _
>
--
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-05-26 9:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-26 7:00 swsusp: ahd_dv_0 can't be stopped Shaohua Li
2005-05-26 9:41 ` Pavel Machek
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.