summaryrefslogtreecommitdiff
path: root/curvetun/.gitignore
blob: ad9d744f057a81c940dbb3e04c7d270a4de28c25 (plain)
1
2
3
4
5
6
7
*.*

!.gitignore
!Makefile
!abiname.c
!nacl_build.sh
!nacl_path.sh
ript>
authorMel Gorman <mgorman@techsingularity.net>2016-05-19 17:13:50 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2016-05-19 19:12:14 -0700
commit5bb1b169757875a72e05bfcbb76e22602cb1a760 (patch)
tree9d57dd2f45765596feeb8f3518fe5ba165ad4244
parentbe06af002f6d50de10fd602ce3a6aa5d28e88d38 (diff)
mm, page_alloc: remove unnecessary initialisation from __alloc_pages_nodemask()
page is guaranteed to be set before it is read with or without the initialisation. [akpm@linux-foundation.org: fix warning] Signed-off-by: Mel Gorman <mgorman@techsingularity.net> Acked-by: Vlastimil Babka <vbabka@suse.cz> Cc: Jesper Dangaard Brouer <brouer@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat
-rw-r--r--mm/page_alloc.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c