]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mm/compaction.c:isolate_freepages_block(): small tuneup
authorAndrew Morton <akpm@linux-foundation.org>
Thu, 22 May 2014 00:42:44 +0000 (10:42 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 22 May 2014 00:42:44 +0000 (10:42 +1000)
commitd19c07769a0242ce1aef06f40059f95d251cb0d4
tree306ea9f55a409f31102a7a97102d3f75e164aecf
parentc1ba2f3398430c557876148197eaf5e1ce240c6b
mm/compaction.c:isolate_freepages_block(): small tuneup

- remove unneeded `continue'

- expand the scope if the `if (isloated)' test, to optimise a code path
  which is rarely actualyl taken.

Cc: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Cc: Joonsoo Kim <iamjoonsoo.kim@lge.com>
Cc: Laura Abbott <lauraa@codeaurora.org>
Cc: Mel Gorman <mgorman@suse.de>
Cc: Michal Nazarewicz <mina86@mina86.com>
Cc: Minchan Kim <minchan@kernel.org>
Cc: Vlastimil Babka <vbabka@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/compaction.c