On Fri Jul 10, 2026 at 4:16 PM EDT, Lorenzo Stoakes wrote: > Rename parameters used by anon_vma_interval_tree_*() functions: 'node' to > 'avc', 'start/first' to 'pgoff_start', and 'last' to 'pgoff_last' to make > clear what is being passed. > > Also, express page offsets in terms of pgoff_t to be consistent. > > No functional change intended. > > Signed-off-by: Lorenzo Stoakes <[email protected]> > --- > include/linux/mm.h | 19 +++++++++++-------- > mm/interval_tree.c | 34 +++++++++++++++++----------------- > 2 files changed, 28 insertions(+), 25 deletions(-) >
LGTM. Reviewed-by: Zi Yan <[email protected]> -- Best Regards, Yan, Zi
