]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
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)
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

index 6b65fa4e0c5586895df2b26ee499c9e5ad4d8b2c..ab595410169d9085d30eed283e28e587354e9fc0 100644 (file)
@@ -4212,7 +4212,6 @@ static void need_waiter(ipmi_smi_t intf)
 static atomic_t smi_msg_inuse_count = ATOMIC_INIT(0);
 static atomic_t recv_msg_inuse_count = ATOMIC_INIT(0);
 
-/* FIXME - convert these to slabs. */
 static void free_smi_msg(struct ipmi_smi_msg *msg)
 {
        atomic_dec(&smi_msg_inuse_count);