X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lnet%2Futils%2Fdebug.c;h=df78d08a06f055769e60858dc14e9d685432a71b;hp=62c43a068412a96c99f0eb45f091b61f10bfc61b;hb=a487457bb00b5a862d0f51071b6c8da7aae99390;hpb=a8aceb257a9eba8ea8f3ffeebdd362f7fe302876 diff --git a/lnet/utils/debug.c b/lnet/utils/debug.c index 62c43a0..df78d08 100644 --- a/lnet/utils/debug.c +++ b/lnet/utils/debug.c @@ -66,7 +66,7 @@ static const char *portal_debug_subsystems[] = "pinger", "filter", "ptlbd", "echo", "ldlm", "lov", "router", "cobd", "sm", "asobd", "confobd", "lmv", - "cmobd", NULL}; + "cmobd", "sec", NULL}; static const char *portal_debug_masks[] = {"trace", "inode", "super", "ext2", "malloc", "cache", "info", "ioctl", @@ -74,7 +74,7 @@ static const char *portal_debug_masks[] = "other", "dentry", "portals", "page", "dlmtrace", "error", "emerg", "ha", "rpctrace", "vfstrace", "reada", "mmap", - "config", "console", "quota", NULL}; + "config", "console", "quota", "sec", NULL}; struct debug_daemon_cmd { char *cmd; @@ -665,6 +665,8 @@ static struct mod_paths { {"lvfs", "lustre/lvfs"}, {"obdclass", "lustre/obdclass"}, {"llog_test", "lustre/obdclass"}, + {"ptlrpcs", "lustre/sec"}, + {"ptlrpcs_gss", "lustre/sec/gss"}, {"ptlrpc", "lustre/ptlrpc"}, {"obdext2", "lustre/obdext2"}, {"ost", "lustre/ost"},