mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Pavel Machek <pavel@ucw.cz>
To: kernel list <linux-kernel@vger.kernel.org>,
	Andrew Morton <akpm@zip.com.au>
Subject: [patch] swsusp: properly freeze aic79xx thread
Date: Fri, 27 May 2005 14:08:31 +0200	[thread overview]
Message-ID: <20050527120831.GC2088@elf.ucw.cz> (raw)

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();
 


                 reply	other threads:[~2005-05-27 12:54 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050527120831.GC2088@elf.ucw.cz \
    --to=pavel@ucw.cz \
    --cc=akpm@zip.com.au \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®