Re: [PATCH v4 3/7] mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASK

From: Davidlohr Bueso
Date: Fri Jan 27 2023 - 13:12:34 EST


On Thu, 26 Jan 2023, Suren Baghdasaryan wrote:

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

Might be good to mention explicitly no change in semantics, but
otherwise lgtm

Reviewed-by: Davidlohr Bueso <dave@xxxxxxxxxxxx>