linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Rusty Russell <rusty@rustcorp.com.au>
To: Andrew Morton <akpm@osdl.org>
Cc: Steven Cole <elenstev@mesatop.com>, linux-mm@kvack.org
Subject: Re: 2.6.2-mm1 problem with umounting reiserfs
Date: Sat, 07 Feb 2004 17:23:05 +1100	[thread overview]
Message-ID: <20040207082424.5987C2C21E@lists.samba.org> (raw)
In-Reply-To: Your message of "Fri, 06 Feb 2004 14:39:17 -0800." <20040206143917.4e39b215.akpm@osdl.org>

In message <20040206143917.4e39b215.akpm@osdl.org> you write:
> diff -puN kernel/workqueue.c~cpuhotplug-03-core-workqueue-fix kernel/workqueue.c
> --- 25/kernel/workqueue.c~cpuhotplug-03-core-workqueue-fix	Fri Feb  6 14:36:04 2004
> +++ 25-akpm/kernel/workqueue.c	Fri Feb  6 14:36:41 2004
> @@ -335,7 +335,7 @@ void destroy_workqueue(struct workqueue_
>  		if (cpu_online(cpu))
>  			cleanup_workqueue_thread(wq, cpu);
>  	}
> -	list_del(&wq->list);
> +	del_workqueue(wq);

Damn.  I added that conditional macro at the last minute, trying to
reduce the impact on non-hotplug-CPU.

Thanks for the fix,
Rusty.
--
  Anyone who quotes me in their sig is an idiot. -- Rusty Russell.
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"aart@kvack.org"> aart@kvack.org </a>

      parent reply	other threads:[~2004-02-07  6:23 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-02-06 22:02 Steven Cole
2004-02-06 22:39 ` Andrew Morton
2004-02-06 23:04   ` Steven Cole
2004-02-07  6:23   ` Rusty Russell [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=20040207082424.5987C2C21E@lists.samba.org \
    --to=rusty@rustcorp.com.au \
    --cc=akpm@osdl.org \
    --cc=elenstev@mesatop.com \
    --cc=linux-mm@kvack.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