On Mon, Oct 20, 2025 at 01:11:20PM +0100, Lorenzo Stoakes wrote: > unlink_file_vma() is not used by anything, so remove it. > > vma_link() and vma_link_file() are only used within mm/vma.c, so make them > static. > > Signed-off-by: Lorenzo Stoakes <[email protected]> > --- > mm/vma.c | 21 ++------------------- > mm/vma.h | 6 ------ > 2 files changed, 2 insertions(+), 25 deletions(-)
Reviewed-by: Jason Gunthorpe <[email protected]> Jason
