On Mon, 2014-06-30 at 16:57 -0700, David Rientjes wrote: > Three different interfaces alter the maximum number of hugepages for an > hstate: > > - /proc/sys/vm/nr_hugepages for global number of hugepages of the default > hstate, > > - /sys/kernel/mm/hugepages/hugepages-X/nr_hugepages for global number of > hugepages for a specific hstate, and > > - /sys/kernel/mm/hugepages/hugepages-X/nr_hugepages/mempolicy for number of > hugepages for a specific hstate over the set of allowed nodes. > > Generalize the code so that a single function handles all of these writes > instead of duplicating the code in two different functions. > > This decreases the number of lines of code, but also reduces the size of > .text by about half a percent since set_max_huge_pages() can be inlined. > > Signed-off-by: David Rientjes <rientjes@xxxxxxxxxx> Acked-by: Davidlohr Bueso <davidlohr@xxxxxx> -- 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>