]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/mmap: Remove vma_mas_szero() helper
authorLiam R. Howlett <Liam.Howlett@oracle.com>
Fri, 19 Aug 2022 17:40:21 +0000 (13:40 -0400)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Fri, 26 Aug 2022 17:57:55 +0000 (13:57 -0400)
commit7dbb9266c71aeee8e681faed71d4d9cfc55282db
treea353f118c28b28c90745be2b26647735ce62a1b1
parent64d0a7fa0efcb7becc21f6ed33dd26f2f6e071e8
mm/mmap: Remove vma_mas_szero() helper

Remove the helper to zero out a portion of a VMA.  It is only called
from one function and putting the logic in that function allows for a
WARN_ON() to be added to check for a logic error.

Signed-off-by: Liam R. Howlett <Liam.Howlett@oracle.com>
mm/mmap.c