Commit 2fcaf60ca07b0db5f8824a368bf890122c3db86a

Authored by Corey Minyard
1 parent e3a1f6cac1

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>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

drivers/char/ipmi/ipmi_msghandler.c
... ... @@ -4212,7 +4212,6 @@
4212 4212 static atomic_t smi_msg_inuse_count = ATOMIC_INIT(0);
4213 4213 static atomic_t recv_msg_inuse_count = ATOMIC_INIT(0);
4214 4214  
4215   -/* FIXME - convert these to slabs. */
4216 4215 static void free_smi_msg(struct ipmi_smi_msg *msg)
4217 4216 {
4218 4217 atomic_dec(&smi_msg_inuse_count);