projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b16eeb4
)
[PATCH] swsusp: ahd_dv_0 can't be stopped
author
Shaohua Li
<shaohua.li@intel.com>
Fri, 27 May 2005 19:53:03 +0000
(12:53 -0700)
committer
Linus Torvalds
<torvalds@ppc970.osdl.org>
Sat, 28 May 2005 18:14:01 +0000
(11:14 -0700)
This driver wants to set PF_NOFREEZE.
Cc: James Bottomley <James.Bottomley@steeleye.com>
Cc: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/scsi/aic7xxx/aic79xx_osm.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/aic7xxx/aic79xx_osm.c
b/drivers/scsi/aic7xxx/aic79xx_osm.c
index
550c992
..
7c02b7d
100644
(file)
--- a/
drivers/scsi/aic7xxx/aic79xx_osm.c
+++ b/
drivers/scsi/aic7xxx/aic79xx_osm.c
@@
-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_
NO
FREEZE;
#endif
unlock_kernel();