diff options
author | Michal Nazarewicz <mina86@mina86.com> | 2014-11-14 00:19:27 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-11-14 01:17:05 +0100 |
commit | dae803e165a11bc88ca8dbc07a11077caf97bbcb (patch) | |
tree | 88d384e3f07e1c5f78208482cbc1164edc5bf0b8 /mm/compaction.c | |
parent | mm/slab: fix unalignment problem on Malta with EVA due to slab merge (diff) | |
download | linux-dae803e165a11bc88ca8dbc07a11077caf97bbcb.tar.xz linux-dae803e165a11bc88ca8dbc07a11077caf97bbcb.zip |
mm: alloc_contig_range: demote pages busy message from warn to info
Having test_pages_isolated failure message as a warning confuses users
into thinking that it is more serious than it really is. In reality, if
called via CMA, allocation will be retried so a single
test_pages_isolated failure does not prevent allocation from succeeding.
Demote the warning message to an info message and reformat it such that
the text "failed" does not appear and instead a less worrying "PFNS
busy" is used.
This message is trivially reproducible on a 10GB x86 machine on 3.16.y
kernels configured with CONFIG_DMA_CMA.
Signed-off-by: Michal Nazarewicz <mina86@mina86.com>
Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Cc: Peter Hurley <peter@hurleysoftware.com>
Cc: Minchan Kim <minchan@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions