From: nathan Date: Tue, 28 Dec 2004 22:51:30 +0000 (+0000) Subject: Shorter module paths for GDB-UML. X-Git-Tag: v1_7_100~1717 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=037873b974b9669e2938103895fc329a83228450 Shorter module paths for GDB-UML. --- diff --git a/lnet/utils/debug.c b/lnet/utils/debug.c index 9d49174..c72ac06 100644 --- a/lnet/utils/debug.c +++ b/lnet/utils/debug.c @@ -664,42 +664,42 @@ int jt_dbg_mark_debug_buf(int argc, char **argv) static struct mod_paths { char *name, *path; } mod_paths[] = { - {"libcfs", "lustre/portals/libcfs"}, - {"portals", "lustre/portals/portals"}, - {"ksocknal", "lustre/portals/knals/socknal"}, - {"kptlrouter", "lustre/portals/router"}, - {"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"}, + {"libcfs", "portals/libcfs"}, + {"portals", "portals/portals"}, + {"ksocknal", "portals/knals/socknal"}, + {"kptlrouter", "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"}, {NULL, NULL} };