lkml.org 
[lkml]   [2005]   [May]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[patch] swsusp: properly freeze aic79xx thread
Fix typo in aic79xx. It wants it thread not to be frozen, but does
something stupid instead.

From: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Pavel Machek <pavel@suse.cz>

---
commit a871d561998e6791fedb82205884162b2ce69a82
tree f5757852180a2f04f086a68a6b9cb576ea7f70d9
parent 14d95e1b10972d8b5e86daa6845aeb32a1292b60
author <pavel@amd.(none)> Thu, 26 May 2005 11:40:26 +0200
committer <pavel@amd.(none)> Thu, 26 May 2005 11:40:26 +0200

drivers/scsi/aic7xxx/aic79xx_osm.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

Index: drivers/scsi/aic7xxx/aic79xx_osm.c
===================================================================
--- e09139415ec5cb347f0ff82bb23825e28f5d7c83/drivers/scsi/aic7xxx/aic79xx_osm.c (mode:100644)
+++ f5757852180a2f04f086a68a6b9cb576ea7f70d9/drivers/scsi/aic7xxx/aic79xx_osm.c (mode:100644)
@@ -2488,7 +2488,7 @@
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();

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-05-27 14:59    [W:0.081 / U:0.032 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site