Re: [PATCH] mm/hugetlb: Don't call region_abort if region_chg fails

2017-03-24 Thread Hillf Danton
Reply again with Andrew's mail address corrected:) -'Andrew Morton' +'Andrew Morton' > > On March 24, 2017 12:03 PM Mike Kravetz wrote: > > > > Changes to hugetlbfs reservation maps is a two step process. The first > > step is a call to

Re: [PATCH] mm/hugetlb: Don't call region_abort if region_chg fails

2017-03-24 Thread Hillf Danton
Reply again with Andrew's mail address corrected:) -'Andrew Morton' +'Andrew Morton' > > On March 24, 2017 12:03 PM Mike Kravetz wrote: > > > > Changes to hugetlbfs reservation maps is a two step process. The first > > step is a call to region_chg to determine what needs to be changed, and >

Re: [PATCH] mm/hugetlb: Don't call region_abort if region_chg fails

2017-03-24 Thread Hillf Danton
On March 24, 2017 12:03 PM Mike Kravetz wrote: > > Changes to hugetlbfs reservation maps is a two step process. The first > step is a call to region_chg to determine what needs to be changed, and > prepare that change. This should be followed by a call to call to > region_add to commit the

Re: [PATCH] mm/hugetlb: Don't call region_abort if region_chg fails

2017-03-24 Thread Hillf Danton
On March 24, 2017 12:03 PM Mike Kravetz wrote: > > Changes to hugetlbfs reservation maps is a two step process. The first > step is a call to region_chg to determine what needs to be changed, and > prepare that change. This should be followed by a call to call to > region_add to commit the

[PATCH] mm/hugetlb: Don't call region_abort if region_chg fails

2017-03-23 Thread Mike Kravetz
Changes to hugetlbfs reservation maps is a two step process. The first step is a call to region_chg to determine what needs to be changed, and prepare that change. This should be followed by a call to call to region_add to commit the change, or region_abort to abort the change. The error path

[PATCH] mm/hugetlb: Don't call region_abort if region_chg fails

2017-03-23 Thread Mike Kravetz
Changes to hugetlbfs reservation maps is a two step process. The first step is a call to region_chg to determine what needs to be changed, and prepare that change. This should be followed by a call to call to region_add to commit the change, or region_abort to abort the change. The error path