]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
mm/balloon_compaction: suppress allocation warnings
authorNadav Amit <namit@vmware.com>
Tue, 20 Aug 2019 09:16:46 +0000 (02:16 -0700)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 4 Sep 2019 11:42:01 +0000 (07:42 -0400)
commit02fa5d7b17a761f53ef1eedfc254e1f33bd226b0
tree65a4989eded043aea6cd3fa4e03844614b1a8826
parent3d2c7d37047557175fb41de044091050b5f0d73b
mm/balloon_compaction: suppress allocation warnings

There is no reason to print warnings when balloon page allocation fails,
as they are expected and can be handled gracefully.  Since VMware
balloon now uses balloon-compaction infrastructure, and suppressed these
warnings before, it is also beneficial to suppress these warnings to
keep the same behavior that the balloon had before.

Cc: Jason Wang <jasowang@redhat.com>
Signed-off-by: Nadav Amit <namit@vmware.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
mm/balloon_compaction.c