Well, y'just gotta iterate...
struct bug_entry *x = module_find_bug(my_module);
while (x)
{
module_fix_bug(my_module,x);
x = module_find_bug(my_module)
}
So, who will write module_fix_bug?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/