From patchwork Thu Mar 26 20:49:02 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alan Cox X-Patchwork-Id: 25179 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by ozlabs.org (Postfix) with ESMTP id 3E961DDE0E for ; Fri, 27 Mar 2009 07:48:09 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757874AbZCZUsE (ORCPT ); Thu, 26 Mar 2009 16:48:04 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757479AbZCZUsD (ORCPT ); Thu, 26 Mar 2009 16:48:03 -0400 Received: from earthlight.etchedpixels.co.uk ([81.2.110.250]:33486 "EHLO www.etchedpixels.co.uk" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1756789AbZCZUsB (ORCPT ); Thu, 26 Mar 2009 16:48:01 -0400 Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by www.etchedpixels.co.uk (8.14.3/8.14.3) with ESMTP id n2QKn2cZ004941; Thu, 26 Mar 2009 20:49:02 GMT From: Alan Cox Subject: [PATCH] appletalk: this warning can go I think To: linux-kernel@vger.kernel.org, netdev@vger.kernel.org Date: Thu, 26 Mar 2009 20:49:02 +0000 Message-ID: <20090326204858.4910.28079.stgit@localhost.localdomain> User-Agent: StGIT/0.14.3 MIME-Version: 1.0 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Its past 2.2 ... Signed-off-by: Alan Cox --- net/appletalk/ddp.c | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/net/appletalk/ddp.c b/net/appletalk/ddp.c index 5abce07..3104be8 100644 --- a/net/appletalk/ddp.c +++ b/net/appletalk/ddp.c @@ -1571,14 +1571,10 @@ static int atalk_sendmsg(struct kiocb *iocb, struct socket *sock, struct msghdr usat->sat_family != AF_APPLETALK) return -EINVAL; - /* netatalk doesn't implement this check */ + /* netatalk didn't implement this check */ if (usat->sat_addr.s_node == ATADDR_BCAST && !sock_flag(sk, SOCK_BROADCAST)) { - printk(KERN_INFO "SO_BROADCAST: Fix your netatalk as " - "it will break before 2.2\n"); -#if 0 return -EPERM; -#endif } } else { if (sk->sk_state != TCP_ESTABLISHED)