Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mm/mmap.c: use while instead of if+goto
The creators of the C language gave us the while keyword. Let's use that instead of synthesizing it from if+goto. Made possible by 6597d78 ("mm/mmap.c: replace find_vma_prepare() with clearer find_vma_links()"). [[email protected]: fix 80-col overflows] Signed-off-by: Rasmus Villemoes <[email protected]> Cc: "Kirill A. Shutemov" <[email protected]> Cc: Sasha Levin <[email protected]> Cc: Cyrill Gorcunov <[email protected]> Cc: Roman Gushchin <[email protected]> Cc: Hugh Dickins <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
- Loading branch information