[NET]: Do not lose accepted socket when -ENFILE/-EMFILE.
authorDavid S. Miller <davem@davemloft.net>
Tue, 21 Mar 2006 01:13:49 +0000 (17:13 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Mar 2006 01:13:49 +0000 (17:13 -0800)
Try to allocate the struct file and an unused file
descriptor before we try to pull a newly accepted
socket out of the protocol layer.

Based upon a patch by Prassana Meda.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found