From 19c9c2419a626c09632f641aa3232000185243a4 Mon Sep 17 00:00:00 2001 From: jxiong Date: Wed, 10 Oct 2007 10:28:35 +0000 Subject: [PATCH] wrong path name for llite_lloop module --- lnet/utils/debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnet/utils/debug.c b/lnet/utils/debug.c index 9c4c44a..2a868dd 100644 --- a/lnet/utils/debug.c +++ b/lnet/utils/debug.c @@ -769,7 +769,7 @@ static struct mod_paths { {"mdc", "lustre/mdc"}, {"llite", "lustre/llite"}, {"lustre", "lustre/llite"}, - {"llite_lloop", "lustre/llite_lloop"}, + {"llite_lloop", "lustre/llite"}, {"ldiskfs", "ldiskfs/ldiskfs"}, {"smfs", "lustre/smfs"}, {"obdecho", "lustre/obdecho"}, -- 1.8.3.1