From: Arnd Bergmann Date: Sat, 7 Nov 2009 07:00:29 +0000 (-0800) Subject: net: copy socket ioctl code to net/socket.h X-Git-Tag: v2.6.33-rc1~388^2~482 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a229387d317df525ebd19e146493db7f2694b8b;p=pandora-kernel.git net: copy socket ioctl code to net/socket.h This makes an identical copy of the socket compat_ioctl code from fs/compat_ioctl.c to net/socket.c, as a preparation for moving the functionality in a way that can be easily reviewed. The code is hidden inside of #if 0 and gets activated in the patch that will make it work. Signed-off-by: Arnd Bergmann Signed-off-by: David S. Miller --- Reading git-diff-tree failed