File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 47
47
* @stack_node: list node for klp_ops func_stack list
48
48
* @old_size: size of the old function
49
49
* @new_size: size of the new function
50
- * @kobj_added: @kobj has been added and needs freeing
51
50
* @nop: temporary patch to use the original code again; dyn. allocated
52
51
* @patched: the func has been added to the klp_ops list
53
52
* @transition: the func is currently being applied or reverted
@@ -125,7 +124,6 @@ struct klp_callbacks {
125
124
* @node: list node for klp_patch obj_list
126
125
* @mod: kernel module associated with the patched object
127
126
* (NULL for vmlinux)
128
- * @kobj_added: @kobj has been added and needs freeing
129
127
* @dynamic: temporary object for nop functions; dynamically allocated
130
128
* @patched: the object's funcs have been added to the klp_ops list
131
129
*/
@@ -152,7 +150,6 @@ struct klp_object {
152
150
* @list: list node for global list of actively used patches
153
151
* @kobj: kobject for sysfs resources
154
152
* @obj_list: dynamic list of the object entries
155
- * @kobj_added: @kobj has been added and needs freeing
156
153
* @enabled: the patch is enabled (but operation may be incomplete)
157
154
* @forced: was involved in a forced transition
158
155
* @free_work: patch cleanup from workqueue-context
You can’t perform that action at this time.
0 commit comments