On Thu, Feb 27, 2014 at 01:23:50PM -0800, Andrew Morton wrote: > On Wed, 26 Feb 2014 23:39:37 -0500 Naoya Horiguchi <n-horiguchi@xxxxxxxxxxxxx> wrote: > > > vma_adjust() is called also for vma(VM_HUGETLB) and it could happen that > > we happen to try to split hugetlbfs hugepage. So exclude the possibility. > > > > It would be nice to have a more complete changelog here please. Under > what circumstances does this cause problems and what are the > user-observable effects? I have no user-visible problem. This is a kind of precaution to confirm that transparent hugepage code should not be called for hugetlbfs workload. .. but I think that this patch doesn't work as I intended because transparent_hugepage_enabled() can return true for vma(VM_HUGETLB). So I separate out this patch from this series for now. Thanks, Naoya Horiguchi -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>