From: Pavel Machek <pavel@suse.cz>
To: Shaohua Li <shaohua.li@intel.com>
Cc: lkml <linux-kernel@vger.kernel.org>, akpm <akpm@osdl.org>
Subject: Re: swsusp: ahd_dv_0 can't be stopped
Date: Thu, 26 May 2005 11:41:35 +0200 [thread overview]
Message-ID: <20050526094135.GD1925@elf.ucw.cz> (raw)
In-Reply-To: <1117090835.8059.3.camel@linux-hp.sh.intel.com>
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();
>
> _
>
--
prev parent reply other threads:[~2005-05-26 9:45 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-05-26 7:00 swsusp: ahd_dv_0 can't be stopped Shaohua Li
2005-05-26 9:41 ` Pavel Machek [this message]
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=20050526094135.GD1925@elf.ucw.cz \
--to=pavel@suse.cz \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=shaohua.li@intel.com \
/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 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.