From: David S. Miller Date: Sat, 1 Apr 2006 20:48:36 +0000 (-0800) Subject: [NET]: Fully fix the memory leaks in sys_accept(). X-Git-Tag: v2.6.17-rc1~18^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a1875e60e61b563737d8d1fc3876b279710fe93;p=pandora-kernel.git [NET]: Fully fix the memory leaks in sys_accept(). Andi Kleen was right, fput() on sock->file will end up calling sock_release() if necessary. So here is the rest of his version of the fix for these leaks. Signed-off-by: David S. Miller --- Reading git-diff-tree failed