Re: [PATCH net] net: keep refcount warning in reqsk_free()

2019-03-09 Thread David Miller
From: Guillaume Nault Date: Sat, 9 Mar 2019 10:26:53 +0100 > As Eric Dumazet said, "We do not have a way to tell if the req was ever > inserted in a hash table, so better play safe.". > Let's remove this comment, so that nobody will be tempted to drop the > WARN_ON_ONCE() line. > > Signed-off-by

[PATCH net] net: keep refcount warning in reqsk_free()

2019-03-09 Thread Guillaume Nault
As Eric Dumazet said, "We do not have a way to tell if the req was ever inserted in a hash table, so better play safe.". Let's remove this comment, so that nobody will be tempted to drop the WARN_ON_ONCE() line. Signed-off-by: Guillaume Nault --- include/net/request_sock.h | 1 - 1 file changed,