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:
behlendo 2008-04-21 18:43:02 +00:00
parent a8ac0b8966
commit e5bbd245e3
1 changed files with 8 additions and 0 deletions

View File

@ -149,6 +149,14 @@ spl_debug_subsys2str(int subsys)
return "taskq";
case S_KMEM:
return "kmem";
case S_DEBUG:
return "debug";
case S_GENERIC:
return "generic";
case S_PROC:
return "proc";
case S_MODULE:
return "module";
}
}