-
David S. Miller authored
Unlike normal kfree() it is never right to call sock_kfree_s() with a NULL pointer, because sock_kfree_s() also has the side effect of discharging the memory from the sockets quota. Signed-off-by:
David S. Miller <davem@davemloft.net>
e53da5fb