commit | b862815c3ee7b49ec20a9ab25da55a5f0bcbb95e | [log] [tgz] |
---|---|---|
author | Jiri Pirko <[email protected]> | Fri Feb 03 10:29:05 2017 +0100 |
committer | David S. Miller <[email protected]> | Fri Feb 03 16:35:42 2017 -0500 |
tree | 51e6e326d62f70ec1aac5c687fbf89f8351d116c | |
parent | 8708ecf01d454607f15fe1b378c8b88de3b9c34b [diff] |
list: introduce list_for_each_entry_from_reverse helper Similar to list_for_each_entry_continue and its reverse variant list_for_each_entry_continue_reverse, introduce reverse helper for list_for_each_entry_from. Signed-off-by: Jiri Pirko <[email protected]> Acked-by: Ido Schimmel <[email protected]> Signed-off-by: David S. Miller <[email protected]>