Fix typo in aic79xx. It wants it thread not to be frozen, but does
something stupid instead.
From: Shaohua Li <[email protected]>
Signed-off-by: Pavel Machek <[email protected]>
---
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 [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]