Comment 2 for bug 917817

Revision history for this message
Stefan Bader (smb) wrote :

This one hurts my head. I *think* half of the breakage was actually done by

commit 5b2366bd2835919e2e6a836e837eab4a9274bd46
  RDS: Rewrite rds_send_xmit

That looks like it could users without a xmit_cong_map function. The other half seems to be caused by

commit 77dd550e5547846604ff6f90c4dc6bba4414e485
  RDS: Stop supporting old cong map sending method

which also changes the users that had one to use a special case in the xmit function. Both changes were introduced with 2.6.37. So I believe Maverick and before are actually unaffected.