summaryrefslogtreecommitdiffstats
path: root/module/spl/spl-taskq.c
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2012-04-06 11:29:23 -0700
committerBrian Behlendorf <[email protected]>2012-04-06 12:06:19 -0700
commitb29012b99994ece46019b664d67dace29e5c2586 (patch)
tree8a06ed6dd8441212d654ec6b940bef953c4cc879 /module/spl/spl-taskq.c
parent8920c6918a984a9624c853460fe00e9a200bbd48 (diff)
Remove condition variable names
Long ago I added support to the spl for condition variable names because I thought they might be needed. It turns out they aren't. In fact the official Solaris cv_init(9F) man page discourages their use in the kernel. cv_init(9F) Parameters name - Descriptive string. This is obsolete and should be NULL. (Non-NULL strings are legal, but they're a waste of kernel memory.) Therefore, I'm removing them from the spl to reclaim this memory and adding an ASSERT() to ensure no new consumers are added which make use of the name. Signed-off-by: Brian Behlendorf <[email protected]>
Diffstat (limited to 'module/spl/spl-taskq.c')
0 files changed, 0 insertions, 0 deletions