aboutsummaryrefslogtreecommitdiffstats
path: root/mm/sparse.c
diff options
context:
space:
mode:
authorMichal Hocko <[email protected]>2017-11-16 01:39:14 +0000
committerLinus Torvalds <[email protected]>2017-11-16 02:21:07 +0000
commit0205f75571e3a70c35f0dd5e608773cce97d9dbb (patch)
tree165da7db9ac71e5340d08f6534663e16886a2424 /mm/sparse.c
parentmm,oom_reaper: remove pointless kthread_run() error check (diff)
downloadkernel-0205f75571e3a70c35f0dd5e608773cce97d9dbb.tar.gz
kernel-0205f75571e3a70c35f0dd5e608773cce97d9dbb.zip
mm: simplify nodemask printing
alloc_warn() and dump_header() have to explicitly handle NULL nodemask which forces both paths to use pr_cont. We can do better. printk already handles NULL pointers properly so all we need is to teach nodemask_pr_args to handle NULL nodemask carefully. This allows simplification of both alloc_warn() and dump_header() and gets rid of pr_cont altogether. This patch has been motivated by patch from Joe Perches http://lkml.kernel.org/r/b31236dfe3fc924054fd7842bde678e71d193638.1509991345.git.joe@perches.com [[email protected]: fix tile warning, per Arnd] Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Michal Hocko <[email protected]> Acked-by: Joe Perches <[email protected]> Cc: Arnd Bergmann <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'mm/sparse.c')
0 files changed, 0 insertions, 0 deletions