Re: sock_valbool_flag is required by VMware

2007-12-02 Thread Christoph Hellwig
On Fri, Nov 30, 2007 at 10:52:22PM +0100, Jiri Slaby wrote: > Hi, > > this commit: > [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 m

sock_valbool_flag is required by VMware

2007-11-30 Thread Jiri Slaby
Hi, this commit: [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