Re: [PATCH 03/10] Move two functions.

2007-10-01 Thread Corey Hickey
Patrick McHardy wrote: Corey Hickey wrote: Move sfq_q_destroy() to above sfq_q_init() so that it can be used by an error case in a later patch. Move sfq_destroy() as well, for clarity. This patch looks pointless, just put them where you need them in the patch introducing them. As you wish.

Re: [PATCH 03/10] Move two functions.

2007-10-01 Thread Patrick McHardy
Corey Hickey wrote: > Move sfq_q_destroy() to above sfq_q_init() so that it can be used > by an error case in a later patch. > > Move sfq_destroy() as well, for clarity. This patch looks pointless, just put them where you need them in the patch introducing them. - To unsubscribe from this list:

[PATCH 03/10] Move two functions.

2007-09-28 Thread Corey Hickey
Move sfq_q_destroy() to above sfq_q_init() so that it can be used by an error case in a later patch. Move sfq_destroy() as well, for clarity. Signed-off-by: Corey Hickey <[EMAIL PROTECTED]> --- net/sched/sch_sfq.c | 22 +++--- 1 files changed, 11 insertions(+), 11 deletions(-)

[PATCH 03/10] Move two functions.

2007-08-25 Thread Corey Hickey
Move sfq_q_destroy() to above sfq_q_init() so that it can be used by an error case in a later patch. Move sfq_destroy() as well, for clarity. Signed-off-by: Corey Hickey <[EMAIL PROTECTED]> --- net/sched/sch_sfq.c | 22 +++--- 1 files changed, 11 insertions(+), 11 deletions(-)