hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/include/linux/list_sort.h
....@@ -6,6 +6,7 @@
66
77 struct list_head;
88
9
+__attribute__((nonnull(2,3)))
910 void list_sort(void *priv, struct list_head *head,
1011 int (*cmp)(void *priv, struct list_head *a,
1112 struct list_head *b));