Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 266469
b: refs/heads/master
c: 8083f0f
h: refs/heads/master
i:
  266467: f7ab681
v: v3
  • Loading branch information
Johannes Berg authored and David S. Miller committed Oct 7, 2011
1 parent 4f889b8 commit e9f2093
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d5b1d8cd8f32c5fd0baa7c264091d1abbf17c03c
refs/heads/master: 8083f0fc969d9b5353061a7a6f963405057e26b1
5 changes: 1 addition & 4 deletions trunk/net/core/sock.c
Original file line number Diff line number Diff line change
Expand Up @@ -738,10 +738,7 @@ int sock_setsockopt(struct socket *sock, int level, int optname,
/* We implement the SO_SNDLOWAT etc to
not be settable (1003.1g 5.3) */
case SO_RXQ_OVFL:
if (valbool)
sock_set_flag(sk, SOCK_RXQ_OVFL);
else
sock_reset_flag(sk, SOCK_RXQ_OVFL);
sock_valbool_flag(sk, SOCK_RXQ_OVFL, valbool);
break;
default:
ret = -ENOPROTOOPT;
Expand Down

0 comments on commit e9f2093

Please sign in to comment.