net: use sock_valbool_flag to set/clear SOCK_RXQ_OVFL
authorJohannes Berg <johannes.berg@intel.com>
Fri, 7 Oct 2011 03:30:20 +0000 (03:30 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 7 Oct 2011 17:27:07 +0000 (13:27 -0400)
commit8083f0fc969d9b5353061a7a6f963405057e26b1
tree8ec5cfc3545d14275f25c218f2013fca3f0ff447
parentd5b1d8cd8f32c5fd0baa7c264091d1abbf17c03c
net: use sock_valbool_flag to set/clear SOCK_RXQ_OVFL

There's no point in open-coding sock_valbool_flag().

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/sock.c