commit | 8c60f3fab55712f23f2bd557ceedfbb00c649f37 | [log] [tgz] |
---|---|---|
author | Arnaldo Carvalho de Melo <acme@mandriva.com> | Wed Aug 10 12:59:38 2005 -0300 |
committer | David S. Miller <davem@sunset.davemloft.net> | Mon Aug 29 15:56:28 2005 -0700 |
tree | a131a54e9790b1b85e5c7f78a2e74e33af2bbd87 | |
parent | 540722ffc3a0d7e11d97a13e1ce6f3bc23b061c1 [diff] |
[CCID3]: Separate most of the packet history code This also changes the list_for_each_entry_safe_continue behaviour to match its kerneldoc comment, that is, to start after the pos passed. Also adds several helper functions from previously open coded fragments, making the code more clear. Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>