Added 4 missing subsystem flags
git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@81 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
This commit is contained in:
parent
a8ac0b8966
commit
e5bbd245e3
|
@ -149,6 +149,14 @@ spl_debug_subsys2str(int subsys)
|
||||||
return "taskq";
|
return "taskq";
|
||||||
case S_KMEM:
|
case S_KMEM:
|
||||||
return "kmem";
|
return "kmem";
|
||||||
|
case S_DEBUG:
|
||||||
|
return "debug";
|
||||||
|
case S_GENERIC:
|
||||||
|
return "generic";
|
||||||
|
case S_PROC:
|
||||||
|
return "proc";
|
||||||
|
case S_MODULE:
|
||||||
|
return "module";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue