diff options
Diffstat (limited to 'include/linux/kobject.h')
| -rw-r--r-- | include/linux/kobject.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/kobject.h b/include/linux/kobject.h index e7ba650086ce..f896a33e8341 100644 --- a/include/linux/kobject.h +++ b/include/linux/kobject.h | |||
| @@ -64,7 +64,7 @@ struct kobject { | |||
| 64 | struct kobject *parent; | 64 | struct kobject *parent; |
| 65 | struct kset *kset; | 65 | struct kset *kset; |
| 66 | struct kobj_type *ktype; | 66 | struct kobj_type *ktype; |
| 67 | struct sysfs_dirent *sd; | 67 | struct kernfs_node *sd; |
| 68 | struct kref kref; | 68 | struct kref kref; |
| 69 | #ifdef CONFIG_DEBUG_KOBJECT_RELEASE | 69 | #ifdef CONFIG_DEBUG_KOBJECT_RELEASE |
| 70 | struct delayed_work release; | 70 | struct delayed_work release; |
| @@ -119,6 +119,7 @@ struct kobj_type { | |||
| 119 | }; | 119 | }; |
| 120 | 120 | ||
| 121 | struct kobj_uevent_env { | 121 | struct kobj_uevent_env { |
| 122 | char *argv[3]; | ||
| 122 | char *envp[UEVENT_NUM_ENVP]; | 123 | char *envp[UEVENT_NUM_ENVP]; |
| 123 | int envp_idx; | 124 | int envp_idx; |
| 124 | char buf[UEVENT_BUFFER_SIZE]; | 125 | char buf[UEVENT_BUFFER_SIZE]; |
