lkml.org 
[lkml]   [2011]   [Mar]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 02/22] Staging: hv: Get rid of the forward declaration of blkvsc_media_changed()
    Date
    Get rid of the forward declaration of blkvsc_media_changed() by moving the code
    around.

    Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
    Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
    Signed-off-by: Abhishek Kane <v-abkane@microsoft.com>
    Signed-off-by: Hank Janssen <hjanssen@microsoft.com>
    ---
    drivers/staging/hv/blkvsc_drv.c | 11 +++++------
    1 files changed, 5 insertions(+), 6 deletions(-)

    diff --git a/drivers/staging/hv/blkvsc_drv.c b/drivers/staging/hv/blkvsc_drv.c
    index a931e4c..4b97348 100644
    --- a/drivers/staging/hv/blkvsc_drv.c
    +++ b/drivers/staging/hv/blkvsc_drv.c
    @@ -242,6 +242,11 @@ static int blkvsc_submit_request(struct blkvsc_request *blkvsc_req,
    return ret;
    }

    +static int blkvsc_media_changed(struct gendisk *gd)
    +{
    + DPRINT_DBG(BLKVSC_DRV, "- enter\n");
    + return 1;
    +}

    /* Static decl */
    static DEFINE_MUTEX(blkvsc_mutex);
    @@ -251,7 +256,6 @@ static void blkvsc_shutdown(struct device *device);

    static int blkvsc_open(struct block_device *bdev, fmode_t mode);
    static int blkvsc_release(struct gendisk *disk, fmode_t mode);
    -static int blkvsc_media_changed(struct gendisk *gd);
    static int blkvsc_revalidate_disk(struct gendisk *gd);
    static int blkvsc_getgeo(struct block_device *bd, struct hd_geometry *hg);
    static int blkvsc_ioctl(struct block_device *bd, fmode_t mode,
    @@ -1405,11 +1409,6 @@ static int blkvsc_release(struct gendisk *disk, fmode_t mode)
    return 0;
    }

    -static int blkvsc_media_changed(struct gendisk *gd)
    -{
    - DPRINT_DBG(BLKVSC_DRV, "- enter\n");
    - return 1;
    -}

    static int blkvsc_revalidate_disk(struct gendisk *gd)
    {
    --
    1.7.4.1


    \
     
     \ /
      Last update: 2011-03-28 18:53    [W:4.035 / U:0.084 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site