Hello everyone, Following patch against test13pre3 will export submit_bh, which reiserfs needs to work as a module. Seems like others would need it too... -chris --- linux-test13-3/kernel/ksyms.c.1 Tue Dec 19 05:08:37 2000 +++ linux-test13-3/kernel/ksyms.c Tue Dec 19 05:05:07 2000 @@ -188,6 +189,7 @@ EXPORT_SYMBOL(__brelse); EXPORT_SYMBOL(__bforget); EXPORT_SYMBOL(ll_rw_block); +EXPORT_SYMBOL(submit_bh); EXPORT_SYMBOL(__wait_on_buffer); EXPORT_SYMBOL(___wait_on_page); EXPORT_SYMBOL(block_write_full_page); - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/