From: Adrian Bunk <bunk@kernel.org>
To: Christoph Lameter <clameter@sgi.com>
Cc: linux-kernel@vger.kernel.org
Subject: [2.6 patch] mm/slub.c: remove unused exports
Date: Sat, 3 Nov 2007 01:03:54 +0100 [thread overview]
Message-ID: <20071103000354.GA4594@stusta.de> (raw)
This patch removes the following unused EXPORT_SYMBOL's:
- kmem_ptr_validate
- ksize
Signed-off-by: Adrian Bunk <bunk@kernel.org>
---
mm/slub.c | 2 --
1 file changed, 2 deletions(-)
23a2ab570c092f28f7cb0a0bd8d48bd0bd598d9e
diff --git a/mm/slub.c b/mm/slub.c
index bcdb2c8..e996ca4 100644
--- a/mm/slub.c
+++ b/mm/slub.c
@@ -2267,7 +2267,6 @@ int kmem_ptr_validate(struct kmem_cache *s, const void *object)
*/
return 1;
}
-EXPORT_SYMBOL(kmem_ptr_validate);
/*
* Determine the size of a slab object
@@ -2603,7 +2602,6 @@ size_t ksize(const void *object)
*/
return s->size;
}
-EXPORT_SYMBOL(ksize);
void kfree(const void *x)
{
reply other threads:[~2007-11-03 0:18 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=20071103000354.GA4594@stusta.de \
--to=bunk@kernel.org \
--cc=clameter@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 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.