]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit2fcaf60ca07b0db5f8824a368bf890122c3db86a
tree89aa4256747e51304134597f7158038fb6d7e033
parente3a1f6cac1fe20e7ac01d96c914c25726723a64e
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