diff options
author | Jiri Kosina | 2019-05-06 15:55:18 +0200 |
---|---|---|
committer | Jiri Kosina | 2019-05-06 15:55:18 +0200 |
commit | 1efbd99ed41db9ddc3ae7e189934c62e9dbe55c4 (patch) | |
tree | 106dd68e510b226394b4c1727cb6002b2a0d3c38 /include | |
parent | 802c2471607919f57d7d1f83f0fddd925309e97c (diff) | |
parent | f68d67cf2f83dc82675969724b59ca7c6da43fa9 (diff) |
Merge branches 'for-5.1/upstream-fixes' and 'for-5.2/core' into for-linus
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/livepatch.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/livepatch.h b/include/linux/livepatch.h index 53551f470722..a14bab1a0a3e 100644 --- a/include/linux/livepatch.h +++ b/include/linux/livepatch.h @@ -86,7 +86,6 @@ struct klp_func { struct list_head node; struct list_head stack_node; unsigned long old_size, new_size; - bool kobj_added; bool nop; bool patched; bool transition; @@ -141,7 +140,6 @@ struct klp_object { struct list_head func_list; struct list_head node; struct module *mod; - bool kobj_added; bool dynamic; bool patched; }; @@ -170,7 +168,6 @@ struct klp_patch { struct list_head list; struct kobject kobj; struct list_head obj_list; - bool kobj_added; bool enabled; bool forced; struct work_struct free_work; |