net_native: close() should not block
authorAlan Cox <alan@linux.intel.com>
Sat, 3 Jun 2017 22:48:31 +0000 (23:48 +0100)
committerAlan Cox <alan@linux.intel.com>
Sat, 3 Jun 2017 22:48:31 +0000 (23:48 +0100)
commit3a4dacd7e1d7706814e52f9571ec7534f1533627
tree6502154db183384b780a731843f574490af4711b
parent405c629d5257456588879db59f20e04b900b838a
net_native: close() should not block

The close process is supposed to go on asynchronously behind the back of the
closing process.

This is important because we are going to stop processes from sleeping during
an execve()
Kernel/dev/net/net_native.c