projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3000e0
)
slub: remove useless EXPORT_SYMBOL
author
Christoph Lameter
<
[email protected]
>
Fri, 6 Jul 2007 18:17:32 +0000
(11:17 -0700)
committer
Linus Torvalds
<
[email protected]
>
Fri, 6 Jul 2007 18:45:11 +0000
(11:45 -0700)
kmem_cache_open is static. EXPORT_SYMBOL was leftover from some earlier
time period where kmem_cache_open was usable outside of slub.
(Fixes powerpc build error)
Signed-off-by: Chrsitoph Lameter <
[email protected]
>
Cc: Johannes Berg <
[email protected]
>
Cc: Benjamin Herrenschmidt <
[email protected]
>
Cc: Paul Mackerras <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
mm/slub.c
patch
|
blob
|
history
diff --git
a/mm/slub.c
b/mm/slub.c
index 0437f2f09986beb793b53d22daf5ee6d683eeb57..e0cf6213abc0fcfcd403c5d9ad0da079ad2214f9 100644
(file)
--- a/
mm/slub.c
+++ b/
mm/slub.c
@@
-2020,7
+2020,6
@@
error:
s->offset, flags);
return 0;
}
-EXPORT_SYMBOL(kmem_cache_open);
/*
* Check if a given pointer is valid