commit | cc4d6a3a34ce3976d7d01d044f3093cddc2921c2 | [log] [tgz] |
---|---|---|
author | Arnaldo Carvalho de Melo <acme@redhat.com> | Mon May 28 18:53:08 2007 -0300 |
committer | David S. Miller <davem@sunset.davemloft.net> | Tue Jul 10 22:15:23 2007 -0700 |
tree | ddf0a5d4aaac4661f3bb1fadd60082febc21b9ef | |
parent | c70b729e662a1b3ee2ef5370c1e4c9bc3ddc239f [diff] |
loss_interval: Nuke dccp_li_hist It had just a slab cache, so, for the sake of simplicity just make dccp_trfc_lib module init routine create the slab cache, no need for users of the lib to create a private loss_interval object. Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>