The patch titled Subject: mm-hugetlb-add-cache-of-descriptors-to-resv_map-for-region_add-fix has been removed from the -mm tree. Its filename was mm-hugetlb-add-cache-of-descriptors-to-resv_map-for-region_add-fix.patch This patch was dropped because it was folded into mm-hugetlb-add-cache-of-descriptors-to-resv_map-for-region_add.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-hugetlb-add-cache-of-descriptors-to-resv_map-for-region_add-fix fix typo in comment, use more cols Cc: Mike Kravetz <mike.kravetz@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/hugetlb.c | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff -puN mm/hugetlb.c~mm-hugetlb-add-cache-of-descriptors-to-resv_map-for-region_add-fix mm/hugetlb.c --- a/mm/hugetlb.c~mm-hugetlb-add-cache-of-descriptors-to-resv_map-for-region_add-fix +++ a/mm/hugetlb.c @@ -339,15 +339,13 @@ out_locked: * so that the subsequent region_add call will have all the * regions it needs and will not fail. * - * Upon entry, region_chg will also examine the cache of - * region descriptors associated with the map. If there - * not enough descriptors cached, one will be allocated - * for the in progress add operation. + * Upon entry, region_chg will also examine the cache of region descriptors + * associated with the map. If there are not enough descriptors cached, one + * will be allocated for the in progress add operation. * - * Returns the number of huge pages that need to be added - * to the existing reservation map for the range [f, t). - * This number is greater or equal to zero. -ENOMEM is - * returned if a new file_region structure or cache entry + * Returns the number of huge pages that need to be added to the existing + * reservation map for the range [f, t). This number is greater or equal to + * zero. -ENOMEM is returned if a new file_region structure or cache entry * is needed and can not be allocated. */ static long region_chg(struct resv_map *resv, long f, long t) _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are dax-revert-userfaultfd-change.patch mm-hugetlb-add-cache-of-descriptors-to-resv_map-for-region_add.patch x86-use-generic-early-mem-copy-fix.patch mm-mmap-simplify-the-failure-return-working-flow-fix.patch zswap-dynamic-pool-creation-fix.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html