From: Andrew Morton ERROR: "__alloc_pages_internal" [net/sunrpc/xprtrdma/svcrdma.ko] undefined! ERROR: "__alloc_pages_internal" [net/sunrpc/sunrpc.ko] undefined! ERROR: "__alloc_pages_internal" [net/sunrpc/auth_gss/auth_rpcgss.ko] undefined! ERROR: "__alloc_pages_internal" [net/ipv6/ipv6.ko] undefined! ERROR: "__alloc_pages_internal" [net/core/pktgen.ko] undefined! ERROR: "__alloc_pages_internal" [fs/xfs/xfs.ko] undefined! ERROR: "__alloc_pages_internal" [fs/reiser4/reiser4.ko] undefined! ERROR: "__alloc_pages_internal" [fs/ocfs2/cluster/ocfs2_nodemanager.ko] undefined! ERROR: "__alloc_pages_internal" [fs/ntfs/ntfs.ko] undefined! ERROR: "__alloc_pages_internal" [fs/nfs/nfs.ko] undefined! ERROR: "__alloc_pages_internal" [fs/ncpfs/ncpfs.ko] undefined! ERROR: "__alloc_pages_internal" [fs/isofs/isofs.ko] undefined! ERROR: "__alloc_pages_internal" [fs/gfs2/gfs2.ko] undefined! ERROR: "__alloc_pages_internal" [fs/fuse/fuse.ko] undefined! ERROR: "__alloc_pages_internal" [fs/dlm/dlm.ko] undefined! ERROR: "__alloc_pages_internal" [drivers/virtio/virtio_balloon.ko] undefined! ERROR: "__alloc_pages_internal" [drivers/scsi/st.ko] undefined! ERROR: "__alloc_pages_internal" [drivers/scsi/sg.ko] undefined! ... Cc: KOSAKI Motohiro Cc: Lee Schermerhorn Cc: Mel Gorman Signed-off-by: Andrew Morton --- mm/page_alloc.c | 1 + 1 file changed, 1 insertion(+) diff -puN mm/page_alloc.c~page-allocator-inlnie-some-__alloc_pages-wrappers-fix mm/page_alloc.c --- a/mm/page_alloc.c~page-allocator-inlnie-some-__alloc_pages-wrappers-fix +++ a/mm/page_alloc.c @@ -1632,6 +1632,7 @@ nopage: got_pg: return page; } +EXPORT_SYMBOL(__alloc_pages_internal); /* * Common helper functions. _