Liang Peng wrote, >*** Warning: "get_sb_pseudo" [drivers/infiniband/core/ib_uverbs.ko] >undefined!
Looks like the backport patch for infiniband-backport-svn3279-to-2.6.9-kernel-fixups-01.diff is missing the patch to export that symbol. Not sure why, but I will fix it. Try this patch, diff -Naurp linux-2.6.9/fs/libfs.c linux-2.6.9-kernel-fixups/fs/libfs.c --- linux-2.6.9/fs/libfs.c 2004-10-18 14:53:06.000000000 -0700 +++ linux-2.6.9-kernel-fixups/fs/libfs.c 2005-05-03 10:51:48.000000000 -0700 @@ -526,10 +526,12 @@ EXPORT_SYMBOL(dcache_dir_lseek); EXPORT_SYMBOL(dcache_dir_open); EXPORT_SYMBOL(dcache_readdir); EXPORT_SYMBOL(generic_read_dir); +EXPORT_SYMBOL(get_sb_pseudo); EXPORT_SYMBOL(simple_commit_write); EXPORT_SYMBOL(simple_dir_inode_operations); EXPORT_SYMBOL(simple_dir_operations); EXPORT_SYMBOL(simple_empty); +EXPORT_SYMBOL(d_alloc_name); EXPORT_SYMBOL(simple_fill_super); EXPORT_SYMBOL(simple_getattr); EXPORT_SYMBOL(simple_link); _______________________________________________ openib-general mailing list [email protected] http://openib.org/mailman/listinfo/openib-general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
