commit | 28ca0d6d39ab1d01c86762c82a585b7cedd2920c | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Fri Nov 29 00:11:54 2019 +0300 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Dec 19 06:08:50 2019 -0700 |
tree | 0ad7e73cbc0309758457dbde28012373e1633516 | |
parent | 7d30a621028a22a9e8fbae5c5d8dc455869e4999 [diff] |
list: introduce list_for_each_continue() As other *continue() helpers, this continues iteration from a given position. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>