]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mm/page_alloc.c: remove unnecessary parameter from __rmqueue
authorMel Gorman <mgorman@techsingularity.net>
Thu, 14 Jan 2016 23:20:28 +0000 (15:20 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 15 Jan 2016 00:00:49 +0000 (16:00 -0800)
commit6ac0206bc0d13381e3ede3594bc0a3f8cd1d8ec9
treef0266cdbae367f3d48bad6c53b7ed40b94048607
parentcc292b0b43027cce9310a18ec3239b5e9b4ea301
mm/page_alloc.c: remove unnecessary parameter from __rmqueue

Commit 0aaa29a56e4f ("mm, page_alloc: reserve pageblocks for high-order
atomic allocations on demand") added an unnecessary and unused parameter
to __rmqueue.  It was a parameter that was used in an earlier version of
the patch and then left behind.  This patch cleans it up.

Signed-off-by: Mel Gorman <mgorman@techsingularity.net>
Acked-by: Vlastimil Babka <vbabka@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/page_alloc.c