OSDN Git Service

virtio_balloon: Fix memory leaks on errors in virtballoon_probe()
authorDavid Hildenbrand <david@redhat.com>
Wed, 5 Feb 2020 16:34:01 +0000 (17:34 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 6 Feb 2020 08:40:27 +0000 (03:40 -0500)
commit1ad6f58ea9364b0a5d8ae06249653ac9304a8578
tree86e35b319d9c0cb2318d2168b6341593ace8981b
parent6c22dc61c76b7e7d355f1697ba0ecf26d1334ba6
virtio_balloon: Fix memory leaks on errors in virtballoon_probe()

We forget to put the inode and unmount the kernfs used for compaction.

Fixes: 71994620bb25 ("virtio_balloon: replace oom notifier with shrinker")
Cc: "Michael S. Tsirkin" <mst@redhat.com>
Cc: Jason Wang <jasowang@redhat.com>
Cc: Wei Wang <wei.w.wang@intel.com>
Cc: Liang Li <liang.z.li@intel.com>
Signed-off-by: David Hildenbrand <david@redhat.com>
Link: https://lore.kernel.org/r/20200205163402.42627-3-david@redhat.com
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/virtio/virtio_balloon.c