]> git.baikalelectronics.ru Git - kernel.git/commit
ipmi: Remove a FIXME for slab conversion
authorCorey Minyard <cminyard@mvista.com>
Wed, 17 Dec 2014 13:11:54 +0000 (07:11 -0600)
committerCorey Minyard <cminyard@mvista.com>
Fri, 20 Feb 2015 01:54:50 +0000 (19:54 -0600)
commitc8740d4cf3c3673c8eebca315844e277a5c242bc
tree89aa4256747e51304134597f7158038fb6d7e033
parente16ae70e1440a59eeca583edfc8cd286847c30ed
ipmi: Remove a FIXME for slab conversion

There can't be more than a few IPMI messages allocated at any one time,
so converting the messages to slabs would be a waste.  So just remove
the FIXME.

Suggested-by: Nicholas Krause <xerofoify@gmail.com>
Signed-off-by: Corey Minyard <cminyard@mvista.com>
drivers/char/ipmi/ipmi_msghandler.c