public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: William Lee Irwin III <wli@holomorphy.com>
To: Norbert Kiesel <nkiesel@tbdnetworks.com>
Cc: linux-kernel@vger.kernel.org, akpm@zip.com.au
Subject: Re: [PATCH] Multiple & vs. && and | vs. || bugs in 2.5.63
Date: Sun, 2 Mar 2003 04:31:08 -0800	[thread overview]
Message-ID: <20030302123108.GG1195@holomorphy.com> (raw)
In-Reply-To: <20030302121923.GA27074@defiant>

On Sun, Mar 02, 2003 at 04:19:23AM -0800, Norbert Kiesel wrote:
> --- linux-2.5.63/mm/slab.c~	2003-02-24 11:05:39.000000000 -0800
> +++ linux-2.5.63/mm/slab.c	2003-03-02 03:03:33.000000000 -0800
> @@ -1643,7 +1643,7 @@
>  	if (cachep->ctor && cachep->flags & SLAB_POISON) {
>  		unsigned long	ctor_flags = SLAB_CTOR_CONSTRUCTOR;
>  
> -		if (!flags & __GFP_WAIT)
> +		if (!(flags & __GFP_WAIT))
>  			ctor_flags |= SLAB_CTOR_ATOMIC;
>  
>  		cachep->ctor(objp, cachep, ctor_flags);

Holy cow! This is major.

akpm, please expedite.


-- wli

  reply	other threads:[~2003-03-02 12:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-02 12:19 [PATCH] Multiple & vs. && and | vs. || bugs in 2.5.63 Norbert Kiesel
2003-03-02 12:31 ` William Lee Irwin III [this message]
2003-03-02 12:36   ` William Lee Irwin III

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=20030302123108.GG1195@holomorphy.com \
    --to=wli@holomorphy.com \
    --cc=akpm@zip.com.au \
    --cc=linux-kernel@vger.kernel.org \
    --cc=nkiesel@tbdnetworks.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox