Whamcloud - gitweb
LU-3462 lnet: Fix path to ldiskfs module 39/7639/2
authorChristopher J. Morrone <morrone2@llnl.gov>
Thu, 12 Sep 2013 22:32:39 +0000 (15:32 -0700)
committerOleg Drokin <oleg.drokin@intel.com>
Thu, 26 Sep 2013 15:27:10 +0000 (15:27 +0000)
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 <morrone2@llnl.gov>
Reviewed-on: http://review.whamcloud.com/7639
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Tested-by: Hudson
Reviewed-by: Minh Diep <minh.diep@intel.com>
Reviewed-by: Bob Glossman <bob.glossman@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lnet/utils/debug.c

index 91da09c..33699ff 100644 (file)
@@ -859,7 +859,7 @@ static struct mod_paths {
        { "mdc", "lustre/mdc" },
        { "lustre", "lustre/llite" },
        { "llite_lloop", "lustre/llite" },
        { "mdc", "lustre/mdc" },
        { "lustre", "lustre/llite" },
        { "llite_lloop", "lustre/llite" },
-       { "ldiskfs", "ldiskfs/ldiskfs" },
+       { "ldiskfs", "ldiskfs" },
        { "obdecho", "lustre/obdecho" },
        { "ldlm", "lustre/ldlm" },
        { "obdfilter", "lustre/obdfilter" },
        { "obdecho", "lustre/obdecho" },
        { "ldlm", "lustre/ldlm" },
        { "obdfilter", "lustre/obdfilter" },