Whamcloud - gitweb
LU-9859 libcfs: add watchdog for ptlrpc service threads.
[fs/lustre-release.git] / libcfs / libcfs / debug.c
index 0f7d619..17b3a3b 100644 (file)
@@ -250,6 +250,7 @@ unsigned int libcfs_catastrophe;
 EXPORT_SYMBOL(libcfs_catastrophe);
 
 unsigned int libcfs_watchdog_ratelimit = 300;
+EXPORT_SYMBOL(libcfs_watchdog_ratelimit);
 
 unsigned int libcfs_panic_on_lbug = 1;
 module_param(libcfs_panic_on_lbug, uint, 0644);