aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/lpddr/lpddr_cmds.c
diff options
context:
space:
mode:
authorMel Gorman <[email protected]>2009-07-29 15:04:08 -0700
committerLinus Torvalds <[email protected]>2009-07-29 19:10:35 -0700
commit1fc28b70fe2dbf87e061b6ce5091a1f8e4e5d4e7 (patch)
tree35c109a52c3dd8a509b5dd1318eb4963b45a8b01 /drivers/mtd/lpddr/lpddr_cmds.c
parent887032670d47366a8c8f25396ea7c14b7b2cc620 (diff)
page-allocator: allow too high-order warning messages to be suppressed with __GFP_NOWARN
The page allocator warns once when an order >= MAX_ORDER is specified. This is to catch callers of the allocator that are always falling back to their worst-case when it was not expected. However, there are cases where the caller is behaving correctly but cannot suppress the warning. This patch allows the warning to be suppressed by the callers by specifying __GFP_NOWARN. Signed-off-by: Mel Gorman <[email protected]> Acked-by: David Rientjes <[email protected]> Cc: Arnaldo Carvalho de Melo <[email protected]> Cc: "David S. Miller" <[email protected]> Cc: "Rafael J. Wysocki" <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'drivers/mtd/lpddr/lpddr_cmds.c')
0 files changed, 0 insertions, 0 deletions