From 45b7e88d751847de8a680a5c18cdee4bf99bdfbd Mon Sep 17 00:00:00 2001 From: adilger Date: Thu, 23 Dec 2004 17:57:59 +0000 Subject: [PATCH] Update module paths for GDB-UML. --- lnet/utils/debug.c | 64 +++++++++++++++++++++++++++--------------------------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/lnet/utils/debug.c b/lnet/utils/debug.c index 9886a5c..9d49174 100644 --- a/lnet/utils/debug.c +++ b/lnet/utils/debug.c @@ -668,38 +668,38 @@ static struct mod_paths { {"portals", "lustre/portals/portals"}, {"ksocknal", "lustre/portals/knals/socknal"}, {"kptlrouter", "lustre/portals/router"}, - {"lvfs", "lustre/lvfs"}, - {"obdclass", "lustre/obdclass"}, - {"llog_test", "lustre/obdclass"}, - {"ptlrpc", "lustre/ptlrpc"}, - {"obdext2", "lustre/obdext2"}, - {"ost", "lustre/ost"}, - {"osc", "lustre/osc"}, - {"mds", "lustre/mds"}, - {"mdc", "lustre/mdc"}, - {"llite", "lustre/llite"}, - {"ldiskfs", "lustre/ldiskfs"}, - {"smfs", "lustre/smfs"}, - {"obdecho", "lustre/obdecho"}, - {"ldlm", "lustre/ldlm"}, - {"obdfilter", "lustre/obdfilter"}, - {"extN", "lustre/extN"}, - {"lov", "lustre/lov"}, - {"lmv", "lustre/lmv"}, - {"fsfilt_ext3", "lustre/lvfs"}, - {"fsfilt_extN", "lustre/lvfs"}, - {"fsfilt_reiserfs", "lustre/lvfs"}, - {"fsfilt_smfs", "lustre/lvfs"}, - {"fsfilt_ldiskfs", "lustre/lvfs"}, - {"mds_ext2", "lustre/mds"}, - {"mds_ext3", "lustre/mds"}, - {"mds_extN", "lustre/mds"}, - {"ptlbd", "lustre/ptlbd"}, - {"mgmt_svc", "lustre/mgmt"}, - {"mgmt_cli", "lustre/mgmt"}, - {"cobd", "lustre/cobd"}, - {"cmobd", "lustre/cmobd"}, - {"conf_obd", "lustre/obdclass"}, + {"lvfs", "lustre/lustre/lvfs"}, + {"obdclass", "lustre/lustre/obdclass"}, + {"llog_test", "lustre/lustre/obdclass"}, + {"ptlrpc", "lustre/lustre/ptlrpc"}, + {"obdext2", "lustre/lustre/obdext2"}, + {"ost", "lustre/lustre/ost"}, + {"osc", "lustre/lustre/osc"}, + {"mds", "lustre/lustre/mds"}, + {"mdc", "lustre/lustre/mdc"}, + {"llite", "lustre/lustre/llite"}, + {"ldiskfs", "lustre/lustre/ldiskfs"}, + {"smfs", "lustre/lustre/smfs"}, + {"obdecho", "lustre/lustre/obdecho"}, + {"ldlm", "lustre/lustre/ldlm"}, + {"obdfilter", "lustre/lustre/obdfilter"}, + {"extN", "lustre/lustre/extN"}, + {"lov", "lustre/lustre/lov"}, + {"lmv", "lustre/lustre/lmv"}, + {"fsfilt_ext3", "lustre/lustre/lvfs"}, + {"fsfilt_extN", "lustre/lustre/lvfs"}, + {"fsfilt_reiserfs", "lustre/lustre/lvfs"}, + {"fsfilt_smfs", "lustre/lustre/lvfs"}, + {"fsfilt_ldiskfs", "lustre/lustre/lvfs"}, + {"mds_ext2", "lustre/lustre/mds"}, + {"mds_ext3", "lustre/lustre/mds"}, + {"mds_extN", "lustre/lustre/mds"}, + {"ptlbd", "lustre/lustre/ptlbd"}, + {"mgmt_svc", "lustre/lustre/mgmt"}, + {"mgmt_cli", "lustre/lustre/mgmt"}, + {"cobd", "lustre/lustre/cobd"}, + {"cmobd", "lustre/lustre/cmobd"}, + {"conf_obd", "lustre/lustre/obdclass"}, {NULL, NULL} }; -- 1.8.3.1