net: openvswitch: Remove invalid comment
authorAaron Conole <aconole@bytheb.org>
Tue, 24 Nov 2015 18:51:53 +0000 (13:51 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 24 Nov 2015 22:18:00 +0000 (17:18 -0500)
commit20f795666d3accbb75969730019aeb03f50ef0ec
tree953c0f3bd2b1293861943a93a33013334fa9c9a2
parentfbdd29bfd2da979b7ac6a0084af56624156c1069
net: openvswitch: Remove invalid comment

During pre-upstream development, the openvswitch datapath used a custom
hashtable to store vports that could fail on delete due to lack of
memory. However, prior to upstream submission, this code was reworked to
use an hlist based hastable with flexible-array based buckets. As such
the failure condition was eliminated from the vport_del path, rendering
this comment invalid.

Signed-off-by: Aaron Conole <aconole@bytheb.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/openvswitch/vport.c