Re: [PATCH] mm balloon: umount balloon_mnt when remove vb device

2017-02-08 Thread Minchan Kim
On Wed, Feb 08, 2017 at 01:21:58PM +0800, Yisheng Xie wrote: > With CONFIG_BALLOON_COMPACTION=y, it will mount balloon_mnt for > balloon page migration when probe a virtio_balloon device, however > do not unmount it when remove the device, fix it. > > Fixes: b1123ea6d3b3 ("mm: balloon: use

Re: [PATCH] mm balloon: umount balloon_mnt when remove vb device

2017-02-08 Thread Minchan Kim
On Wed, Feb 08, 2017 at 01:21:58PM +0800, Yisheng Xie wrote: > With CONFIG_BALLOON_COMPACTION=y, it will mount balloon_mnt for > balloon page migration when probe a virtio_balloon device, however > do not unmount it when remove the device, fix it. > > Fixes: b1123ea6d3b3 ("mm: balloon: use

[PATCH] mm balloon: umount balloon_mnt when remove vb device

2017-02-07 Thread Yisheng Xie
With CONFIG_BALLOON_COMPACTION=y, it will mount balloon_mnt for balloon page migration when probe a virtio_balloon device, however do not unmount it when remove the device, fix it. Fixes: b1123ea6d3b3 ("mm: balloon: use general non-lru movable page feature") Signed-off-by: Yisheng Xie

[PATCH] mm balloon: umount balloon_mnt when remove vb device

2017-02-07 Thread Yisheng Xie
With CONFIG_BALLOON_COMPACTION=y, it will mount balloon_mnt for balloon page migration when probe a virtio_balloon device, however do not unmount it when remove the device, fix it. Fixes: b1123ea6d3b3 ("mm: balloon: use general non-lru movable page feature") Signed-off-by: Yisheng Xie ---