Skip to content

Commit

Permalink
net: copy socket ioctl code to net/socket.h
Browse files Browse the repository at this point in the history
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 <arnd@arndb.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Arnd Bergmann authored and David S. Miller committed Nov 7, 2009
1 parent 9646e7c commit 7a22938
Showing 1 changed file with 716 additions and 0 deletions.
Loading

0 comments on commit 7a22938

Please sign in to comment.