Skip to content
Snippets Groups Projects
Commit a1a3ab0e authored by Nathan Rutman's avatar Nathan Rutman
Browse files

i=adilger

* fix ldiskfs module path
* add uml debug file paths
parent 6f952679
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,11 @@ EXPORT_SYMBOL(libcfs_kmemory);
static cfs_waitq_t debug_ctlwq;
#ifdef __arch_um__
char debug_file_path[1024] = "/r/tmp/lustre-log";
#else
char debug_file_path[1024] = "/tmp/lustre-log";
#endif
int libcfs_panic_in_progress;
......
......@@ -121,7 +121,7 @@ void lbug_with_loc(char *file, const char *func, const int line)
{
libcfs_catastrophe = 1;
libcfs_debug_msg(NULL, 0, D_EMERG, file, func, line,
"LBUG - trying to dump log to /tmp/lustre-log\n");
"LBUG - trying to dump log to %s\n", debug_file_path);
libcfs_debug_dumplog();
libcfs_run_lbug_upcall(file, func, line);
asm("int $3");
......
......@@ -769,7 +769,7 @@ static struct mod_paths {
{"mdc", "lustre/mdc"},
{"llite", "lustre/llite"},
{"lustre", "lustre/llite"},
{"ldiskfs", "lustre/ldiskfs"},
{"ldiskfs", "ldiskfs/ldiskfs"},
{"smfs", "lustre/smfs"},
{"obdecho", "lustre/obdecho"},
{"ldlm", "lustre/ldlm"},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment