-
由 David S. Miller 提交于
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: NDavid S. Miller <davem@davemloft.net>
9a1875e6
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: NDavid S. Miller <davem@davemloft.net>