--- linux/fs/namespace.c.fs Thu Jun 12 09:13:28 2003 +++ linux/fs/namespace.c Thu Jun 12 15:13:03 2003 @@ -1138,3 +1138,6 @@ void __init mnt_init(unsigned long mempa init_rootfs(); init_mount_tree(); } + +EXPORT_SYMBOL(set_fs_root); +EXPORT_SYMBOL(set_fs_pwd);