Whamcloud - gitweb
b=18649 set wait_recovery_complete() MAX value to max recovery time estimated
[fs/lustre-release.git] / lustre / kernel_patches / patches / uml-exprt-clearuser-2.6.12.patch
1 --- uml-2.4.24/arch/um/kernel/tt/ksyms.c.orig   2005-05-04 13:59:58.806659456 +0300
2 +++ uml-2.4.24/arch/um/kernel/tt/ksyms.c        2005-05-04 14:00:18.358687096 +0300
3 @@ -12,6 +12,8 @@
4  EXPORT_SYMBOL(__do_strncpy_from_user);
5  EXPORT_SYMBOL(__do_strnlen_user); 
6  EXPORT_SYMBOL(__do_clear_user);
7 +EXPORT_SYMBOL(clear_user_tt);
8 +EXPORT_SYMBOL(clear_user_skas);
9  
10  EXPORT_SYMBOL(tracing_pid);
11  EXPORT_SYMBOL(honeypot);