syscall_net: fix write, local addressing
authorAlan Cox <alan@linux.intel.com>
Wed, 13 Jan 2016 18:37:54 +0000 (18:37 +0000)
committerAlan Cox <alan@linux.intel.com>
Wed, 13 Jan 2016 18:37:54 +0000 (18:37 +0000)
commit7965c978caf3e7dfd9b8d0fee9f5d3df7909e8f5
tree261bf479d18d48182084ab546ae5aa726bdfe670
parentf29b6190c6e238d4e56f35a1f96f0f359cf8be7d
syscall_net: fix write, local addressing

At this point our socket syscall side can step through everything setting up
our socket and writing to it. Read needs reworking.
Kernel/syscall_net.c