commit | 7a3d52e45e00dd1cb1f2e81661e53e324e0a7b82 | [log] [tgz] |
---|---|---|
author | Miaohe Lin <linmiaohe@huawei.com> | Tue Oct 13 16:52:27 2020 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Oct 13 18:38:30 2020 -0700 |
tree | 699a2aece0b23d4273f664c0da1d56eddd6cf2f3 | |
parent | 12eab4289d3203be384d0c0733670c2c9daa1880 [diff] |
mm/swapfile.c: remove unnecessary goto out in _swap_info_get() It's unnecessary to goto the out label while out label is just below. Signed-off-by: Miaohe Lin <linmiaohe@huawei.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Reviewed-by: Andrew Morton <akpm@linux-foundation.org> Link: https://lkml.kernel.org/r/20200930102549.1885-1-linmiaohe@huawei.com Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>