]> git.baikalelectronics.ru Git - 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)
commitd3d0fdd2a2219ba714157881370c9d775de697cc
tree65a4989eded043aea6cd3fa4e03844614b1a8826
parentce13b21b06ed25de2ac3f1ed0af53de209c5e17b
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