Fix a bug using classtype

Signed-Off-By: Matt Helsley <[EMAIL PROTECTED]>
Signed-Off-By: Gerrit Huizenga <[EMAIL PROTECTED]>

---------------------------------------------------------------------

Index: linux-2.6.13-ckrm1/kernel/ckrm/rbce/rbce_core.c
===================================================================
--- linux-2.6.13-ckrm1.orig/kernel/ckrm/rbce/rbce_core.c        2005-09-09 
17:42:48.000000000 -0700
+++ linux-2.6.13-ckrm1/kernel/ckrm/rbce/rbce_core.c     2005-09-09 
17:43:05.000000000 -0700
@@ -60,7 +60,7 @@ rbce_class_deletecb(const char *classnam
 #endif
                notify_class_action(cls, 0);
                cls->classobj = NULL;
-               list_for_each_entry(pos, &rules_list[cls->classtype], link) {
+               list_for_each_entry(pos, &rules_list[classtype], link) {
                        rule = (struct rbce_rule *)pos;
                        if (rule->target_class) {
                                if (!strcmp

--


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
ckrm-tech mailing list
https://lists.sourceforge.net/lists/listinfo/ckrm-tech

Reply via email to