projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65f71b8
)
appletalk: this warning can go I think
author
Alan Cox
<
[email protected]
>
Fri, 27 Mar 2009 07:27:18 +0000
(
00:27
-0700)
committer
David S. Miller
<
[email protected]
>
Fri, 27 Mar 2009 07:27:18 +0000
(
00:27
-0700)
Its past 2.2 ...
Signed-off-by: Alan Cox <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
net/appletalk/ddp.c
patch
|
blob
|
history
diff --git
a/net/appletalk/ddp.c
b/net/appletalk/ddp.c
index 3e0671df3a3f4e0acca576ac223fd5983c8cd63c..d6a9243641afaa82cbf9894935a0ddf9acb7a288 100644
(file)
--- 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 d
oes
n't implement this check */
+ /* netatalk d
id
n'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)