Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e682203
)
* Guarded #define EXPORT_SYMTAB
author
eeb
<eeb>
Sat, 26 Jul 2003 16:59:48 +0000
(16:59 +0000)
committer
eeb
<eeb>
Sat, 26 Jul 2003 16:59:48 +0000
(16:59 +0000)
* Bit the bullet and #defined PTL_MTU
NB currently defined in <portals/lib-types.h>; maybe should move...
lustre/ptlrpc/ptlrpc_module.c
patch
|
blob
|
history
diff --git
a/lustre/ptlrpc/ptlrpc_module.c
b/lustre/ptlrpc/ptlrpc_module.c
index
4b75026
..
2d84597
100644
(file)
--- a/
lustre/ptlrpc/ptlrpc_module.c
+++ b/
lustre/ptlrpc/ptlrpc_module.c
@@
-20,7
+20,9
@@
*
*/
-#define EXPORT_SYMTAB
+#ifndef EXPORT_SYMTAB
+# define EXPORT_SYMTAB
+#endif
#define DEBUG_SUBSYSTEM S_RPC
#ifdef __KERNEL__