]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASK
authorSuren Baghdasaryan <surenb@google.com>
Fri, 28 Oct 2022 23:31:17 +0000 (23:31 +0000)
committerSuren Baghdasaryan <surenb@google.com>
Wed, 23 Nov 2022 02:09:44 +0000 (02:09 +0000)
commitd69f78d6fa33d9c6b4545e3118d8898964de7c6e
treed2372144d247879a91b50001380753e0bfc06eea
parent251db33788d40788799816de954380dbe59c613b
mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASK

To simplify the usage of VM_LOCKED_CLEAR_MASK in clear_vm_flags(),
replace it with VM_LOCKED_MASK bitmask and convert all users.

Signed-off-by: Suren Baghdasaryan <surenb@google.com>
include/linux/mm.h
kernel/fork.c
mm/hugetlb.c
mm/mlock.c
mm/mmap.c
mm/mremap.c