All of lore.kernel.org
 help / color / mirror / Atom feed
From: Adrian Bunk <bunk@stusta.de>
To: Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org, Bharata B Rao <bharata@in.ibm.com>,
	Yoichi Yuasa <yuasa@hh.iij4u.or.jp>
Subject: [-mm patch] fix a superfluous kmem_set_shrinker() prototype
Date: Sat, 1 Apr 2006 12:42:24 +0200	[thread overview]
Message-ID: <20060401104224.GE28310@stusta.de> (raw)

This patch fixes a bug I introduced in 
slab-cache-shrinker-statistics.patch.

Signed-off-by: Adrian Bunk <bunk@stusta.de>

--- linux-2.6.16-mm2-full/include/linux/slab.h.old	2006-03-31 15:56:09.000000000 +0200
+++ linux-2.6.16-mm2-full/include/linux/slab.h	2006-03-31 15:56:24.000000000 +0200
@@ -222,9 +222,6 @@
 
 extern atomic_t slab_reclaim_pages;
 
-struct shrinker;
-extern void kmem_set_shrinker(kmem_cache_t *cachep, struct shrinker *shrinker);
-
 #endif	/* __KERNEL__ */
 
 #endif	/* _LINUX_SLAB_H */


                 reply	other threads:[~2006-04-01 10:42 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20060401104224.GE28310@stusta.de \
    --to=bunk@stusta.de \
    --cc=akpm@osdl.org \
    --cc=bharata@in.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=yuasa@hh.iij4u.or.jp \
    /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.