From: Corey Minyard Date: Tue, 11 Apr 2006 05:54:31 +0000 (-0700) Subject: [PATCH] ipmi: fix event queue limit X-Git-Tag: v2.6.17-rc2~173 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4791c03d2c3b9b6822784f6d7c8e5bbadb1f35ae;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed