public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Kurt Wall <kwallinator@gmail.com>
To: Andrew Morton <akpm@osdl.org>
Cc: Christoph Lameter <clameter@engr.sgi.com>, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] slab gcc fix
Date: Wed, 14 Dec 2005 23:35:20 -0500	[thread overview]
Message-ID: <200512142335.20947.kwallinator@gmail.com> (raw)
In-Reply-To: <20051213133942.1f742685.akpm@osdl.org>

On Tuesday 13 December 2005 04:39 pm, Andrew Morton wrote:
> Christoph Lameter <clameter@engr.sgi.com> wrote:
> > Since we no longer support 2.95, we can get rid of this ugly thing.
> >
> >  Signed-off-by: Christoph Lameter <clameter@sgi.com>
> >
> >  Index: linux-2.6.15-rc5-mm2/mm/slab.c
> >  ===================================================================
> >  --- linux-2.6.15-rc5-mm2.orig/mm/slab.c 2005-12-13 13:18:48.000000000
> > -0800 +++ linux-2.6.15-rc5-mm2/mm/slab.c 2005-12-13 13:19:11.000000000
> > -0800 @@ -265,11 +265,10 @@ struct array_cache {
> >    unsigned int batchcount;
> >    unsigned int touched;
> >    spinlock_t lock;
> >  - void *entry[0];  /*
> >  + void *entry[];  /*
>
> There are hundreds of instances of this under include/.  I think we just
> live with it.

Good kernel janitors task, perhaps?

Kurt
-- 
Loud burping while walking around the airport is prohibited in
Halstead, Kansas.

      reply	other threads:[~2005-12-15  4:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-13 21:29 [PATCH] slab gcc fix Christoph Lameter
2005-12-13 21:39 ` Andrew Morton
2005-12-15  4:35   ` Kurt Wall [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=200512142335.20947.kwallinator@gmail.com \
    --to=kwallinator@gmail.com \
    --cc=akpm@osdl.org \
    --cc=clameter@engr.sgi.com \
    --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