From: David S. Miller Date: Tue, 21 Mar 2006 01:13:49 +0000 (-0800) Subject: [NET]: Do not lose accepted socket when -ENFILE/-EMFILE. X-Git-Tag: v2.6.17-rc1~1175^2~203 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39d8c1b6fbaeb8d6adec4a8c08365cc9eaca6ae4;p=pandora-kernel.git [NET]: Do not lose accepted socket when -ENFILE/-EMFILE. 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 --- Reading git-diff-tree failed