commit | 1039c6e1936ef2be0f342bd56fcf0fb25c1df5fe | [log] [tgz] |
---|---|---|
author | Guillaume Nault <gnault@redhat.com> | Sat Mar 09 10:26:53 2019 +0100 |
committer | David S. Miller <davem@davemloft.net> | Sat Mar 09 19:51:44 2019 -0800 |
tree | 957e9c90f4b705607037e7f49ab6478c8435f6c1 | |
parent | 1f5d861f7fefa971b2c6e766f77932c86419a319 [diff] |
net: keep refcount warning in reqsk_free() 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 <gnault@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>