lkml.org 
[lkml]   [2019]   [Sep]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v1 2/3] hv_balloon: Use generic_online_page()
    Date
    Let's use the generic onlining function - which will now also take care
    of calling kernel_map_pages().

    Cc: "K. Y. Srinivasan" <kys@microsoft.com>
    Cc: Haiyang Zhang <haiyangz@microsoft.com>
    Cc: Stephen Hemminger <sthemmin@microsoft.com>
    Cc: Sasha Levin <sashal@kernel.org>
    Signed-off-by: David Hildenbrand <david@redhat.com>
    ---
    drivers/hv/hv_balloon.c | 3 +--
    1 file changed, 1 insertion(+), 2 deletions(-)

    diff --git a/drivers/hv/hv_balloon.c b/drivers/hv/hv_balloon.c
    index a91c90d4402c..35f123b459c8 100644
    --- a/drivers/hv/hv_balloon.c
    +++ b/drivers/hv/hv_balloon.c
    @@ -680,8 +680,7 @@ static void hv_page_online_one(struct hv_hotadd_state *has, struct page *pg)
    __ClearPageOffline(pg);

    /* This frame is currently backed; online the page. */
    - __online_page_increment_counters(pg);
    - __online_page_free(pg);
    + generic_online_page(pg, 0);

    lockdep_assert_held(&dm_device.ha_lock);
    dm_device.num_pages_onlined++;
    --
    2.21.0
    \
     
     \ /
      Last update: 2019-09-09 13:50    [W:4.601 / U:0.248 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site