commit | 5bb1b169757875a72e05bfcbb76e22602cb1a760 | [log] [tgz] |
---|---|---|
author | Mel Gorman <mgorman@techsingularity.net> | Thu May 19 17:13:50 2016 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu May 19 19:12:14 2016 -0700 |
tree | 9d57dd2f45765596feeb8f3518fe5ba165ad4244 | |
parent | be06af002f6d50de10fd602ce3a6aa5d28e88d38 [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>