[NET]: Move sock_valbool_flag to socket.c
authorPavel Emelyanov <xemul@openvz.org>
Thu, 15 Nov 2007 11:03:19 +0000 (03:03 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 22:54:00 +0000 (14:54 -0800)
commitc0ef877b2c9f543e9fb7953bfe1a0cd3a4eae362
tree8e97df63b9e1b3cac8040461c263c0c938f8b994
parentde0fa95c14bc4d4b545fae26439371ebfdcb8534
[NET]: Move sock_valbool_flag to socket.c

The sock_valbool_flag() helper is used in setsockopt to
set or reset some flag on the sock. This helper is required
in the net/socket.c only, so move it there.

Besides, patch two places in sys_setsockopt() that repeat
this helper functionality manually.

Since this is not a bugfix, but a trivial cleanup, I
prepared this patch against net-2.6.25, but it also
applies (with a single offset) to the latest net-2.6.

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/sock.h
net/core/sock.c