[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1183628260.3818.31.camel@johannes.berg>
Date: Thu, 05 Jul 2007 11:37:40 +0200
From: Johannes Berg <johannes@...solutions.net>
To: Christoph Lameter <clameter@....com>
Cc: Linux Kernel list <linux-kernel@...r.kernel.org>
Subject: [PATCH] slub: don't export static kmem_cache_open
kmem_cache_open is static so shouldn't be exported.
Signed-off-by: Johannes Berg <johannes@...solutions.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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists