Whamcloud - gitweb
b=22625 Fix libcfs_debug_file_path module option
[fs/lustre-release.git] / libcfs / libcfs / linux / linux-debug.c
index 367a3f0..d8b4b47 100644 (file)
 #include <linux/kallsyms.h>
 #endif
 
-/* We need to pass a pointer here, but elsewhere this must be a const */
-static char *debug_file_path = &libcfs_debug_file_path_arr[0];
-CFS_MODULE_PARM(debug_file_path, "s", charp, 0644,
-                "Path for dumping debug logs (deprecated)");
-
 char lnet_upcall[1024] = "/usr/lib/lustre/lnet_upcall";
 char lnet_debug_log_upcall[1024] = "/usr/lib/lustre/lnet_debug_log_upcall";