[INET]: Remove no longer needed ->equal callback
authorPavel Emelyanov <xemul@openvz.org>
Thu, 18 Oct 2007 02:47:56 +0000 (19:47 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 18 Oct 2007 02:47:56 +0000 (19:47 -0700)
Since this callback is used to check for conflicts in
hashtable when inserting a newly created frag queue, we can
do the same by checking for matching the queue with the
argument, used to create one.

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found