khugepaged: remove unnecessary out label in collapse_huge_page()
authorMiaohe Lin <linmiaohe@huawei.com>
Wed, 5 May 2021 01:34:17 +0000 (18:34 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 5 May 2021 18:27:21 +0000 (11:27 -0700)
commit18d24a7cd9d3f35cfa8bed32a921a94159c78df0
tree77d527d7e9d46494742ff772a47e22aa6eef146e
parentfef792a4fdb9b2d9d3d5c36aaa85f768f456a4d7
khugepaged: remove unnecessary out label in collapse_huge_page()

The out label here is unneeded because it just goes to out_up_write label.
Remove it to make code more concise.

Link: https://lkml.kernel.org/r/20210325135647.64106-3-linmiaohe@huawei.com
Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>
Reviewed-by: Zi Yan <ziy@nvidia.com>
Cc: Mike Kravetz <mike.kravetz@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/khugepaged.c