On 2/3/21 1:08 PM, Peter Xu wrote:
quoted hunk ↗ jump to hunk
Introduce hugetlb_resv_map_add() helper to add a new file_region rather than
duplication the similar code twice in add_reservation_in_range().
Signed-off-by: Peter Xu <peterx@redhat.com>
---
mm/hugetlb.c | 51 +++++++++++++++++++++++++++------------------------
1 file changed, 27 insertions(+), 24 deletions(-)
diff --git a/mm/hugetlb.c b/mm/hugetlb.c
index 18f6ee317900..d2859c2aecc9 100644
--- a/mm/hugetlb.c
+++ b/mm/hugetlb.c
Thanks, that is a pretty straight forward change. A cleanup with no
functional change.
Reviewed-by: Mike Kravetz <redacted>
--
Mike Kravetz