mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
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 <sam@ravnborg.org> Cc: Kyle McMartin <kyle@mcmartin.ca> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Tony Luck <tony.luck@intel.com> |
||
|---|---|---|
| .. | ||
| carta_random.S | ||
| checksum.c | ||
| clear_page.S | ||
| clear_user.S | ||
| copy_page_mck.S | ||
| copy_page.S | ||
| copy_user.S | ||
| csum_partial_copy.c | ||
| do_csum.S | ||
| flush.S | ||
| idiv32.S | ||
| idiv64.S | ||
| io.c | ||
| ip_fast_csum.S | ||
| Makefile | ||
| memcpy_mck.S | ||
| memcpy.S | ||
| memset.S | ||
| strlen_user.S | ||
| strlen.S | ||
| strncpy_from_user.S | ||
| strnlen_user.S | ||
| xor.S | ||