On Thu, Jan 22, 2026 at 04:06:11PM +0000, Lorenzo Stoakes wrote: > In order to stay consistent between functions which manipulate a vm_flags_t > argument of the form of vma_flags_...() and those which manipulate a > VMA (in this case the flags field of a VMA), rename > vma_flag_[test/set]_atomic() to vma_[test/set]_atomic_flag(). > > This lays the groundwork for adding VMA flag manipulation functions in a > subsequent commit. > > Signed-off-by: Lorenzo Stoakes <[email protected]>
Reviewed-by: Pedro Falcato <[email protected]> -- Pedro
