commit | c5d8a3643d91be748d7ff12eedc5876f32cc8283 | [log] [tgz] |
---|---|---|
author | Miaohe Lin <linmiaohe@huawei.com> | Thu Apr 28 23:16:12 2022 -0700 |
committer | akpm <akpm@linux-foundation.org> | Thu Apr 28 23:16:12 2022 -0700 |
tree | cf1ca7621cf71e783f3fff7e9f500f842f4f0b19 | |
parent | 6c862bd05922af770c5b652037404c4f8131d984 [diff] |
mm/mmap.c: use helper mlock_future_check() Use helper mlock_future_check() to check whether it's safe to enlarge the locked_vm to simplify the code. Minor readability improvement. Link: https://lkml.kernel.org/r/20220402032231.64974-1-linmiaohe@huawei.com Signed-off-by: Miaohe Lin <linmiaohe@huawei.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>