Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F168271401
D58252.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
712 B
Referenced Files
None
Subscribers
None
D58252.id.diff
View Options
Index: sys/compat/linuxkpi/common/include/linux/kobject.h
===================================================================
--- sys/compat/linuxkpi/common/include/linux/kobject.h
+++ sys/compat/linuxkpi/common/include/linux/kobject.h
@@ -173,7 +173,7 @@
int kobject_init_and_add(struct kobject *kobj, const struct kobj_type *ktype,
struct kobject *parent, const char *fmt, ...);
-static __inline void
+static __inline int
kobject_uevent_env(struct kobject *kobj, int action, char *envp[])
{
@@ -183,6 +183,8 @@
* Not sure if we do anything related to udev/sysfs at the moment or
* need a shortcut or simply ignore it (for now).
*/
+
+ return (0);
}
void kset_init(struct kset *kset);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Aug 28, 7:44 AM (11 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37443639
Default Alt Text
D58252.id.diff (712 B)
Attached To
Mode
D58252: linuxkpi: Fix return type of `kobject_uevent_env()`
Attached
Detach File
Event Timeline
Log In to Comment