Prev: [PATCH 10/11] vt_ioctl: return -EFAULT on copy_from_user errors
Next: [GIT PATCH] TTY and serial fixes for .35-git
From: Greg Kroah-Hartman on 4 Jun 2010 16:50 From: Andrew Morton <akpm(a)linux-foundation.org> lib/kobject_uevent.c:87: warning: 'kobj_bcast_filter' defined but not used Repairs "hotplug: netns aware uevent_helper" Cc: Eric W. Biederman <ebiederm(a)xmission.com> Cc: David S. Miller <davem(a)davemloft.net> Signed-off-by: Andrew Morton <akpm(a)linux-foundation.org> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- lib/kobject_uevent.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/lib/kobject_uevent.c b/lib/kobject_uevent.c index 59c1551..e2eb989 100644 --- a/lib/kobject_uevent.c +++ b/lib/kobject_uevent.c @@ -83,6 +83,7 @@ out: return ret; } +#ifdef CONFIG_NET static int kobj_bcast_filter(struct sock *dsk, struct sk_buff *skb, void *data) { struct kobject *kobj = data; @@ -98,6 +99,7 @@ static int kobj_bcast_filter(struct sock *dsk, struct sk_buff *skb, void *data) return 0; } +#endif static int kobj_usermode_filter(struct kobject *kobj) { -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |