mirror of
https://github.com/ukui/kernel.git
synced 2026-03-09 10:07:04 -07:00
e53da5fbfc
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>