]> git.baikalelectronics.ru Git - kernel.git/commit
mm/hugetlb: make node_hstates array static
authorAlexander Kuleshov <kuleshovmail@gmail.com>
Fri, 6 Nov 2015 02:50:14 +0000 (18:50 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 6 Nov 2015 03:34:48 +0000 (19:34 -0800)
commitbb12464abaafcabf30011d0bfe6c0c4429283861
tree27b1a41821a0a897ac377e16d2edc3d36fe08610
parentd9045a5a08b7edb65fa488a4362bf0a65263bc7c
mm/hugetlb: make node_hstates array static

There are no users of the node_hstates array outside of the
mm/hugetlb.c. So let's make it static.

Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/hugetlb.c