/openbmc/linux/net/x25/ |
H A D | x25_timer.c | diff b24b8a247ff65c01b252025926fe564209fae4fc Wed Jan 23 23:20:07 CST 2008 Pavel Emelyanov <xemul@openvz.org> [NET]: Convert init_timer into setup_timer
Many-many code in the kernel initialized the timer->function and timer->data together with calling init_timer(timer). There is already a helper for this. Use it for networking code.
The patch is HUGE, but makes the code 130 lines shorter (98 insertions(+), 228 deletions(-)).
Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Acked-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | x25_link.c | diff b24b8a247ff65c01b252025926fe564209fae4fc Wed Jan 23 23:20:07 CST 2008 Pavel Emelyanov <xemul@openvz.org> [NET]: Convert init_timer into setup_timer
Many-many code in the kernel initialized the timer->function and timer->data together with calling init_timer(timer). There is already a helper for this. Use it for networking code.
The patch is HUGE, but makes the code 130 lines shorter (98 insertions(+), 228 deletions(-)).
Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Acked-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/netrom/ |
H A D | nr_timer.c | diff b24b8a247ff65c01b252025926fe564209fae4fc Wed Jan 23 23:20:07 CST 2008 Pavel Emelyanov <xemul@openvz.org> [NET]: Convert init_timer into setup_timer
Many-many code in the kernel initialized the timer->function and timer->data together with calling init_timer(timer). There is already a helper for this. Use it for networking code.
The patch is HUGE, but makes the code 130 lines shorter (98 insertions(+), 228 deletions(-)).
Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Acked-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/llc/ |
H A D | llc_station.c | diff b24b8a247ff65c01b252025926fe564209fae4fc Wed Jan 23 23:20:07 CST 2008 Pavel Emelyanov <xemul@openvz.org> [NET]: Convert init_timer into setup_timer
Many-many code in the kernel initialized the timer->function and timer->data together with calling init_timer(timer). There is already a helper for this. Use it for networking code.
The patch is HUGE, but makes the code 130 lines shorter (98 insertions(+), 228 deletions(-)).
Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Acked-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | llc_conn.c | diff b24b8a247ff65c01b252025926fe564209fae4fc Wed Jan 23 23:20:07 CST 2008 Pavel Emelyanov <xemul@openvz.org> [NET]: Convert init_timer into setup_timer
Many-many code in the kernel initialized the timer->function and timer->data together with calling init_timer(timer). There is already a helper for this. Use it for networking code.
The patch is HUGE, but makes the code 130 lines shorter (98 insertions(+), 228 deletions(-)).
Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Acked-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/dccp/ |
H A D | timer.c | diff b24b8a247ff65c01b252025926fe564209fae4fc Wed Jan 23 23:20:07 CST 2008 Pavel Emelyanov <xemul@openvz.org> [NET]: Convert init_timer into setup_timer
Many-many code in the kernel initialized the timer->function and timer->data together with calling init_timer(timer). There is already a helper for this. Use it for networking code.
The patch is HUGE, but makes the code 130 lines shorter (98 insertions(+), 228 deletions(-)).
Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Acked-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/appletalk/ |
H A D | aarp.c | diff b24b8a247ff65c01b252025926fe564209fae4fc Wed Jan 23 23:20:07 CST 2008 Pavel Emelyanov <xemul@openvz.org> [NET]: Convert init_timer into setup_timer
Many-many code in the kernel initialized the timer->function and timer->data together with calling init_timer(timer). There is already a helper for this. Use it for networking code.
The patch is HUGE, but makes the code 130 lines shorter (98 insertions(+), 228 deletions(-)).
Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Acked-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | ddp.c | diff b24b8a247ff65c01b252025926fe564209fae4fc Wed Jan 23 23:20:07 CST 2008 Pavel Emelyanov <xemul@openvz.org> [NET]: Convert init_timer into setup_timer
Many-many code in the kernel initialized the timer->function and timer->data together with calling init_timer(timer). There is already a helper for this. Use it for networking code.
The patch is HUGE, but makes the code 130 lines shorter (98 insertions(+), 228 deletions(-)).
Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Acked-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/dccp/ccids/ |
H A D | ccid2.c | diff b24b8a247ff65c01b252025926fe564209fae4fc Wed Jan 23 23:20:07 CST 2008 Pavel Emelyanov <xemul@openvz.org> [NET]: Convert init_timer into setup_timer
Many-many code in the kernel initialized the timer->function and timer->data together with calling init_timer(timer). There is already a helper for this. Use it for networking code.
The patch is HUGE, but makes the code 130 lines shorter (98 insertions(+), 228 deletions(-)).
Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Acked-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | ccid3.c | diff b24b8a247ff65c01b252025926fe564209fae4fc Wed Jan 23 23:20:07 CST 2008 Pavel Emelyanov <xemul@openvz.org> [NET]: Convert init_timer into setup_timer
Many-many code in the kernel initialized the timer->function and timer->data together with calling init_timer(timer). There is already a helper for this. Use it for networking code.
The patch is HUGE, but makes the code 130 lines shorter (98 insertions(+), 228 deletions(-)).
Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Acked-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/tipc/ |
H A D | core.h | diff b24b8a247ff65c01b252025926fe564209fae4fc Wed Jan 23 23:20:07 CST 2008 Pavel Emelyanov <xemul@openvz.org> [NET]: Convert init_timer into setup_timer
Many-many code in the kernel initialized the timer->function and timer->data together with calling init_timer(timer). There is already a helper for this. Use it for networking code.
The patch is HUGE, but makes the code 130 lines shorter (98 insertions(+), 228 deletions(-)).
Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Acked-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/atm/ |
H A D | lec.c | diff b24b8a247ff65c01b252025926fe564209fae4fc Wed Jan 23 23:20:07 CST 2008 Pavel Emelyanov <xemul@openvz.org> [NET]: Convert init_timer into setup_timer
Many-many code in the kernel initialized the timer->function and timer->data together with calling init_timer(timer). There is already a helper for this. Use it for networking code.
The patch is HUGE, but makes the code 130 lines shorter (98 insertions(+), 228 deletions(-)).
Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Acked-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/rose/ |
H A D | af_rose.c | diff b24b8a247ff65c01b252025926fe564209fae4fc Wed Jan 23 23:20:07 CST 2008 Pavel Emelyanov <xemul@openvz.org> [NET]: Convert init_timer into setup_timer
Many-many code in the kernel initialized the timer->function and timer->data together with calling init_timer(timer). There is already a helper for this. Use it for networking code.
The patch is HUGE, but makes the code 130 lines shorter (98 insertions(+), 228 deletions(-)).
Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Acked-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/ipv4/ |
H A D | inet_fragment.c | diff b24b8a247ff65c01b252025926fe564209fae4fc Wed Jan 23 23:20:07 CST 2008 Pavel Emelyanov <xemul@openvz.org> [NET]: Convert init_timer into setup_timer
Many-many code in the kernel initialized the timer->function and timer->data together with calling init_timer(timer). There is already a helper for this. Use it for networking code.
The patch is HUGE, but makes the code 130 lines shorter (98 insertions(+), 228 deletions(-)).
Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Acked-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | igmp.c | diff b24b8a247ff65c01b252025926fe564209fae4fc Wed Jan 23 23:20:07 CST 2008 Pavel Emelyanov <xemul@openvz.org> [NET]: Convert init_timer into setup_timer
Many-many code in the kernel initialized the timer->function and timer->data together with calling init_timer(timer). There is already a helper for this. Use it for networking code.
The patch is HUGE, but makes the code 130 lines shorter (98 insertions(+), 228 deletions(-)).
Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Acked-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/sched/ |
H A D | sch_sfq.c | diff b24b8a247ff65c01b252025926fe564209fae4fc Wed Jan 23 23:20:07 CST 2008 Pavel Emelyanov <xemul@openvz.org> [NET]: Convert init_timer into setup_timer
Many-many code in the kernel initialized the timer->function and timer->data together with calling init_timer(timer). There is already a helper for this. Use it for networking code.
The patch is HUGE, but makes the code 130 lines shorter (98 insertions(+), 228 deletions(-)).
Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Acked-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/bluetooth/hidp/ |
H A D | core.c | diff b24b8a247ff65c01b252025926fe564209fae4fc Wed Jan 23 23:20:07 CST 2008 Pavel Emelyanov <xemul@openvz.org> [NET]: Convert init_timer into setup_timer
Many-many code in the kernel initialized the timer->function and timer->data together with calling init_timer(timer). There is already a helper for this. Use it for networking code.
The patch is HUGE, but makes the code 130 lines shorter (98 insertions(+), 228 deletions(-)).
Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Acked-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/bluetooth/rfcomm/ |
H A D | core.c | diff b24b8a247ff65c01b252025926fe564209fae4fc Wed Jan 23 23:20:07 CST 2008 Pavel Emelyanov <xemul@openvz.org> [NET]: Convert init_timer into setup_timer
Many-many code in the kernel initialized the timer->function and timer->data together with calling init_timer(timer). There is already a helper for this. Use it for networking code.
The patch is HUGE, but makes the code 130 lines shorter (98 insertions(+), 228 deletions(-)).
Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Acked-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/sctp/ |
H A D | transport.c | diff b24b8a247ff65c01b252025926fe564209fae4fc Wed Jan 23 23:20:07 CST 2008 Pavel Emelyanov <xemul@openvz.org> [NET]: Convert init_timer into setup_timer
Many-many code in the kernel initialized the timer->function and timer->data together with calling init_timer(timer). There is already a helper for this. Use it for networking code.
The patch is HUGE, but makes the code 130 lines shorter (98 insertions(+), 228 deletions(-)).
Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Acked-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/sunrpc/ |
H A D | sched.c | diff b24b8a247ff65c01b252025926fe564209fae4fc Wed Jan 23 23:20:07 CST 2008 Pavel Emelyanov <xemul@openvz.org> [NET]: Convert init_timer into setup_timer
Many-many code in the kernel initialized the timer->function and timer->data together with calling init_timer(timer). There is already a helper for this. Use it for networking code.
The patch is HUGE, but makes the code 130 lines shorter (98 insertions(+), 228 deletions(-)).
Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Acked-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | xprt.c | diff b24b8a247ff65c01b252025926fe564209fae4fc Wed Jan 23 23:20:07 CST 2008 Pavel Emelyanov <xemul@openvz.org> [NET]: Convert init_timer into setup_timer
Many-many code in the kernel initialized the timer->function and timer->data together with calling init_timer(timer). There is already a helper for this. Use it for networking code.
The patch is HUGE, but makes the code 130 lines shorter (98 insertions(+), 228 deletions(-)).
Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Acked-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/ax25/ |
H A D | af_ax25.c | diff b24b8a247ff65c01b252025926fe564209fae4fc Wed Jan 23 23:20:07 CST 2008 Pavel Emelyanov <xemul@openvz.org> [NET]: Convert init_timer into setup_timer
Many-many code in the kernel initialized the timer->function and timer->data together with calling init_timer(timer). There is already a helper for this. Use it for networking code.
The patch is HUGE, but makes the code 130 lines shorter (98 insertions(+), 228 deletions(-)).
Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Acked-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/iucv/ |
H A D | af_iucv.c | diff b24b8a247ff65c01b252025926fe564209fae4fc Wed Jan 23 23:20:07 CST 2008 Pavel Emelyanov <xemul@openvz.org> [NET]: Convert init_timer into setup_timer
Many-many code in the kernel initialized the timer->function and timer->data together with calling init_timer(timer). There is already a helper for this. Use it for networking code.
The patch is HUGE, but makes the code 130 lines shorter (98 insertions(+), 228 deletions(-)).
Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Acked-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/ipv6/ |
H A D | mcast.c | diff b24b8a247ff65c01b252025926fe564209fae4fc Wed Jan 23 23:20:07 CST 2008 Pavel Emelyanov <xemul@openvz.org> [NET]: Convert init_timer into setup_timer
Many-many code in the kernel initialized the timer->function and timer->data together with calling init_timer(timer). There is already a helper for this. Use it for networking code.
The patch is HUGE, but makes the code 130 lines shorter (98 insertions(+), 228 deletions(-)).
Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Acked-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/bluetooth/ |
H A D | sco.c | diff b24b8a247ff65c01b252025926fe564209fae4fc Wed Jan 23 23:20:07 CST 2008 Pavel Emelyanov <xemul@openvz.org> [NET]: Convert init_timer into setup_timer
Many-many code in the kernel initialized the timer->function and timer->data together with calling init_timer(timer). There is already a helper for this. Use it for networking code.
The patch is HUGE, but makes the code 130 lines shorter (98 insertions(+), 228 deletions(-)).
Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Acked-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|