Subject: Re: [PATCH] strstrip incorrectly marked __must_check
[safe/jmp/linux-2.6] / lib / kobject_uevent.c
index dafeecf..920a3ca 100644 (file)
@@ -328,7 +328,7 @@ static int __init kobject_uevent_init(void)
                       "kobject_uevent: unable to create netlink socket!\n");
                return -ENODEV;
        }
-
+       netlink_set_nonroot(NETLINK_KOBJECT_UEVENT, NL_NONROOT_RECV);
        return 0;
 }