]> bbs.cooldavid.org Git - net-next-2.6.git/commit
[PATCH] ipmi: fix event queue limit
authorCorey Minyard <minyard@acm.org>
Tue, 11 Apr 2006 05:54:31 +0000 (22:54 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 11 Apr 2006 13:18:45 +0000 (06:18 -0700)
commit4791c03d2c3b9b6822784f6d7c8e5bbadb1f35ae
tree9200001570ecf30f13e2adcfb62110109bf26f7e
parent091e881d0e55496d8887b61446ae1c598b0995b6
[PATCH] ipmi: fix event queue limit

The event handler mechanism in the IPMI driver had a limit on the number of
received events, but the counts were not being updated.  Update the counts
to impose a limit.  This is not a critical fix, as this function (the
sending of the events) has to be turned on by the user, anyway.  This
avoids problems if they forget to turn it back off.

Signed-off-by: Corey Minyard <minyard@acm.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/char/ipmi/ipmi_msghandler.c