public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@linux-foundation.org>
To: Paul Mundt <lethal@linux-sh.org>
Cc: Jan Engelhardt <jengelh@computergmbh.de>,
	clameter@sgi.com,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Linus Torvalds <torvalds@linux-foundation.org>,
	Matt Mackall <mpm@selenic.com>
Subject: Re: 2.6.23 compile failure - slab/slob interspanking
Date: Tue, 17 Jul 2007 17:38:23 -0700	[thread overview]
Message-ID: <20070717173823.2e0de83f.akpm@linux-foundation.org> (raw)
In-Reply-To: <20070718001836.GA30154@linux-sh.org>

On Wed, 18 Jul 2007 09:18:36 +0900
Paul Mundt <lethal@linux-sh.org> wrote:

> --- a/include/linux/slob_def.h
> +++ b/include/linux/slob_def.h
> @@ -33,14 +33,4 @@ static inline void *__kmalloc(size_t size, gfp_t flags)
>  	return kmalloc(size, flags);
>  }
>  
> -/**
> - * kzalloc - allocate memory. The memory is set to zero.
> - * @size: how many bytes of memory are required.
> - * @flags: the type of memory to allocate (see kcalloc).
> - */
> -static inline void *kzalloc(size_t size, gfp_t flags)
> -{
> -	return __kzalloc(size, flags);
> -}

yeah, that might well have got lost somewhere in the past month's mayhem.


  reply	other threads:[~2007-07-18  0:38 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-17 20:00 2.6.23 compile failure - slab/slob interspanking Jan Engelhardt
2007-07-18  0:18 ` Paul Mundt
2007-07-18  0:38   ` Andrew Morton [this message]
2007-07-18  0:49   ` Matt Mackall
2007-07-23 20:15   ` Christoph Lameter

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=20070717173823.2e0de83f.akpm@linux-foundation.org \
    --to=akpm@linux-foundation.org \
    --cc=clameter@sgi.com \
    --cc=jengelh@computergmbh.de \
    --cc=lethal@linux-sh.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mpm@selenic.com \
    --cc=torvalds@linux-foundation.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