On 10.02.25 5:17, Pavel Tikhomirov wrote:
+        llist_for_each_safe(pos, t, wait_llist_pending) {
+            pio = list_entry((struct list_head *)pos, typeof(*pio), list);

Please use llist_for_each_entry_safe.

Sure, when the type is changed , this will go along with it.

--
Regards,
Alexander Atanasov

_______________________________________________
Devel mailing list
Devel@openvz.org
https://lists.openvz.org/mailman/listinfo/devel

Reply via email to