Re: [PATCH 4/4] hlist_for_each_entry_continue simplification

2008-02-12 Thread David Miller
From: Stephen Hemminger <[EMAIL PROTECTED]> Date: Tue, 12 Feb 2008 16:50:46 -0800 > All the users of hlist_for_each_entry_continue had to intialize pos > before use; change API so pos is a pure temporary variable which matches > the usage of other _for_each_entry routines. > > Signed-off-by:

[PATCH 4/4] hlist_for_each_entry_continue simplification

2008-02-12 Thread Stephen Hemminger
All the users of hlist_for_each_entry_continue had to intialize pos before use; change API so pos is a pure temporary variable which matches the usage of other _for_each_entry routines. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- a/include/linux/list.h 2008-02-12

[PATCH 4/4] hlist_for_each_entry_continue simplification

2008-02-12 Thread Stephen Hemminger
All the users of hlist_for_each_entry_continue had to intialize pos before use; change API so pos is a pure temporary variable which matches the usage of other _for_each_entry routines. Signed-off-by: Stephen Hemminger [EMAIL PROTECTED] --- a/include/linux/list.h 2008-02-12

Re: [PATCH 4/4] hlist_for_each_entry_continue simplification

2008-02-12 Thread David Miller
From: Stephen Hemminger [EMAIL PROTECTED] Date: Tue, 12 Feb 2008 16:50:46 -0800 All the users of hlist_for_each_entry_continue had to intialize pos before use; change API so pos is a pure temporary variable which matches the usage of other _for_each_entry routines. Signed-off-by: