From f97446c2bc3dd023e93a7e20c53a264d6ca0cd43 Mon Sep 17 00:00:00 2001 From: "Christopher J. Morrone" Date: Thu, 12 Sep 2013 15:32:39 -0700 Subject: [PATCH 1/1] LU-3462 lnet: Fix path to ldiskfs module After this commit: 4dd31ba LU-3462 ldiskfs: Subsume ldiskfs's build system into lustre The path to the ldiskfs module in lnet/utils/debug.c is updated to point to the new location (one directory higher). Change-Id: I949a9cdad107755f66d10dafaf0e8692587e902e Signed-off-by: Christopher J. Morrone Reviewed-on: http://review.whamcloud.com/7639 Tested-by: Maloo Tested-by: Hudson Reviewed-by: Minh Diep Reviewed-by: Bob Glossman Reviewed-by: Oleg Drokin --- 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 91da09c..33699ff 100644 --- a/lnet/utils/debug.c +++ b/lnet/utils/debug.c @@ -859,7 +859,7 @@ static struct mod_paths { { "mdc", "lustre/mdc" }, { "lustre", "lustre/llite" }, { "llite_lloop", "lustre/llite" }, - { "ldiskfs", "ldiskfs/ldiskfs" }, + { "ldiskfs", "ldiskfs" }, { "obdecho", "lustre/obdecho" }, { "ldlm", "lustre/ldlm" }, { "obdfilter", "lustre/obdfilter" }, -- 1.8.3.1