From: Andrew Morton Date: Sat, 8 Dec 2007 00:10:19 +0000 (-0800) Subject: [IA64] export copy_page() to modules X-Git-Tag: v2.6.24-rc5~18^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdc2619ab95d45d434c16d5c216bc6243761f6fb;p=pandora-kernel.git [IA64] export copy_page() to modules With the unionfs patch applied I get ERROR: "copy_page" [fs/unionfs/unionfs.ko] undefined! the other architectures (some, at least) export copy_page() so I guess ia64 should also do so. To do this we need to move the copy_page() functions out of lib.a and into built-in.o and add the EXPORT_SYMBOL(). Cc: Sam Ravnborg Cc: Kyle McMartin Signed-off-by: Andrew Morton Signed-off-by: Tony Luck --- Reading git-diff-tree failed