diff options
author | Matthew Wilcox <[email protected]> | 2016-03-17 14:22:03 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2016-03-17 15:09:34 -0700 |
commit | 2cf938aae17203426a89b5955bd1c9668657bfa8 (patch) | |
tree | df3afed25409565778e49995541fabf6f083672d /tools/testing/radix-tree/linux | |
parent | c28f2420635b7000f7b9cde6cdbe6e7a0f8beed1 (diff) |
mm: use radix_tree_iter_retry()
Instead of a 'goto restart', we can now use radix_tree_iter_retry() to
restart from our current position. This will make a difference when
there are more ways to happen across an indirect pointer. And it
eliminates some confusing gotos.
[[email protected]: remove now-obsolete-and-misleading comment]
Signed-off-by: Matthew Wilcox <[email protected]>
Cc: Hugh Dickins <[email protected]>
Cc: Konstantin Khlebnikov <[email protected]>
Signed-off-by: Vlastimil Babka <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/testing/radix-tree/linux')
0 files changed, 0 insertions, 0 deletions