mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 21:38:32 +08:00
radix-tree: fix typo
Signed-off-by: Matthew Wilcox <willy@linux.intel.com> Tested-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com> Cc: Konstantin Khlebnikov <koct9i@gmail.com> Cc: Ross Zwisler <ross.zwisler@linux.intel.com> Cc: Matthew Wilcox <mawilcox@microsoft.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
0629573e6b
commit
91b9677c4c
@ -1110,7 +1110,7 @@ void **radix_tree_next_chunk(struct radix_tree_root *root,
|
||||
* because RADIX_TREE_MAP_SHIFT < BITS_PER_LONG.
|
||||
*
|
||||
* This condition also used by radix_tree_next_slot() to stop
|
||||
* contiguous iterating, and forbid swithing to the next chunk.
|
||||
* contiguous iterating, and forbid switching to the next chunk.
|
||||
*/
|
||||
index = iter->next_index;
|
||||
if (!index && iter->index)
|
||||
|
Loading…
Reference in New Issue
Block a user