Commit 1ee4afce authored by Chen Yang's avatar Chen Yang Committed by Jeff Garzik

[PATCH] unresolved symbol with moduled intermezzo

This solves the unresolved symbol problem with modular intermezzo.  Also
update the MAINTAINERS entry.
parent d6d3baa5
...@@ -973,7 +973,7 @@ M: scott.feldman@intel.com ...@@ -973,7 +973,7 @@ M: scott.feldman@intel.com
S: Supported S: Supported
INTERMEZZO FILE SYSTEM INTERMEZZO FILE SYSTEM
P: Chen Yang P: Cluster File Systems
M: intermezzo-devel@lists.sf.net M: intermezzo-devel@lists.sf.net
W: http://www.inter-mezzo.org/ W: http://www.inter-mezzo.org/
L: intermezzo-discuss@lists.sourceforge.net L: intermezzo-discuss@lists.sourceforge.net
......
...@@ -605,6 +605,9 @@ EXPORT_SYMBOL(next_thread); ...@@ -605,6 +605,9 @@ EXPORT_SYMBOL(next_thread);
EXPORT_SYMBOL(__per_cpu_offset); EXPORT_SYMBOL(__per_cpu_offset);
#endif #endif
EXPORT_SYMBOL(set_fs_pwd);
EXPORT_SYMBOL(set_fs_root);
/* debug */ /* debug */
EXPORT_SYMBOL(dump_stack); EXPORT_SYMBOL(dump_stack);
EXPORT_SYMBOL(ptrace_notify); EXPORT_SYMBOL(ptrace_notify);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment