mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] slub: don't export static kmem_cache_open
@ 2007-07-05  9:37 Johannes Berg
  2007-07-06 17:29 ` Christoph Lameter
  0 siblings, 1 reply; 8+ messages in thread
From: Johannes Berg @ 2007-07-05  9:37 UTC (permalink / raw)
  To: Christoph Lameter; +Cc: Linux Kernel list

kmem_cache_open is static so shouldn't be exported.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>

---
 mm/slub.c |    1 -
 1 file changed, 1 deletion(-)

--- wireless-dev.orig/mm/slub.c	2007-07-05 11:35:51.555640003 +0200
+++ wireless-dev/mm/slub.c	2007-07-05 11:36:03.895640003 +0200
@@ -2016,7 +2016,6 @@ error:
 			s->offset, flags);
 	return 0;
 }
-EXPORT_SYMBOL(kmem_cache_open);
 
 /*
  * Check if a given pointer is valid



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2007-07-07  0:26 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-05  9:37 [PATCH] slub: don't export static kmem_cache_open Johannes Berg
2007-07-06 17:29 ` Christoph Lameter
2007-07-06 17:35   ` Johannes Berg
2007-07-06 17:55     ` Christoph Lameter
2007-07-06 18:05       ` Johannes Berg
2007-07-06 20:57     ` Bret Towe
2007-07-06 22:31       ` Johannes Berg
2007-07-07  0:26         ` Bret Towe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®