Displaying 2 results from an estimated 2 matches for "9d2738e".
Did you mean:
972738
2017 Feb 08
1
[PATCH] mm balloon: umount balloon_mnt when remove vb device
...uot;mm: balloon: use general non-lru movable page feature")
Signed-off-by: Yisheng Xie <xieyisheng1 at huawei.com>
---
drivers/virtio/virtio_balloon.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/drivers/virtio/virtio_balloon.c b/drivers/virtio/virtio_balloon.c
index 181793f..9d2738e 100644
--- a/drivers/virtio/virtio_balloon.c
+++ b/drivers/virtio/virtio_balloon.c
@@ -615,8 +615,12 @@ static void virtballoon_remove(struct virtio_device *vdev)
cancel_work_sync(&vb->update_balloon_stats_work);
remove_common(vb);
+#ifdef CONFIG_BALLOON_COMPACTION
if (vb->vb_dev_...
2017 Feb 08
1
[PATCH] mm balloon: umount balloon_mnt when remove vb device
...uot;mm: balloon: use general non-lru movable page feature")
Signed-off-by: Yisheng Xie <xieyisheng1 at huawei.com>
---
drivers/virtio/virtio_balloon.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/drivers/virtio/virtio_balloon.c b/drivers/virtio/virtio_balloon.c
index 181793f..9d2738e 100644
--- a/drivers/virtio/virtio_balloon.c
+++ b/drivers/virtio/virtio_balloon.c
@@ -615,8 +615,12 @@ static void virtballoon_remove(struct virtio_device *vdev)
cancel_work_sync(&vb->update_balloon_stats_work);
remove_common(vb);
+#ifdef CONFIG_BALLOON_COMPACTION
if (vb->vb_dev_...