lkml.org 
[lkml]   [2011]   [Jul]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 042/117] Staging: hv: vmbus: Get rid of the function dump_gpadl_body()
    Date
    Get rid of the function dump_gpadl_body() since it adds no value and actually is
    in the data path.

    Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
    Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
    ---
    drivers/staging/hv/channel.c | 20 --------------------
    1 files changed, 0 insertions(+), 20 deletions(-)

    diff --git a/drivers/staging/hv/channel.c b/drivers/staging/hv/channel.c
    index 222adcc..2d5bfac 100644
    --- a/drivers/staging/hv/channel.c
    +++ b/drivers/staging/hv/channel.c
    @@ -239,24 +239,6 @@ errorout:
    }
    EXPORT_SYMBOL_GPL(vmbus_open);

    -/*
    - * dump_gpadl_body - Dump the gpadl body message to the console for
    - * debugging purposes.
    - */
    -static void dump_gpadl_body(struct vmbus_channel_gpadl_body *gpadl, u32 len)
    -{
    - int i;
    - int pfncount;
    -
    - pfncount = (len - sizeof(struct vmbus_channel_gpadl_body)) /
    - sizeof(u64);
    -
    - DPRINT_DBG(VMBUS, "gpadl body - len %d pfn count %d", len, pfncount);
    -
    - for (i = 0; i < pfncount; i++)
    - DPRINT_DBG(VMBUS, "gpadl body - %d) pfn %llu",
    - i, gpadl->pfn[i]);
    -}

    /*
    * dump_gpadl_header - Dump the gpadl header message to the console for
    @@ -485,8 +467,6 @@ int vmbus_establish_gpadl(struct vmbus_channel *channel, void *kbuffer,
    CHANNELMSG_GPADL_BODY;
    gpadl_body->gpadl = next_gpadl_handle;

    - dump_gpadl_body(gpadl_body, submsginfo->msgsize -
    - sizeof(*submsginfo));
    ret = vmbus_post_msg(gpadl_body,
    submsginfo->msgsize -
    sizeof(*submsginfo));
    --
    1.7.4.1


    \
     
     \ /
      Last update: 2011-07-15 19:55    [W:4.130 / U:0.060 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site