lkml.org 
[lkml]   [2010]   [Sep]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[patch 21/30] mmc: Convert "mutex" to semaphore
    Get rid of init_MUTEX[_LOCKED]() and use sema_init() instead.

    Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
    Cc: linux-mmc@vger.kernel.org

    ---
    drivers/mmc/card/queue.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    Index: linux-2.6/drivers/mmc/card/queue.c
    ===================================================================
    --- linux-2.6.orig/drivers/mmc/card/queue.c
    +++ linux-2.6/drivers/mmc/card/queue.c
    @@ -209,7 +209,7 @@ int mmc_init_queue(struct mmc_queue *mq,
    sg_init_table(mq->sg, host->max_phys_segs);
    }

    - init_MUTEX(&mq->thread_sem);
    + sema_init(&mq->thread_sem, 1);

    mq->thread = kthread_run(mmc_queue_thread, mq, "mmcqd");
    if (IS_ERR(mq->thread)) {



    \
     
     \ /
      Last update: 2010-09-07 16:37    [W:4.088 / U:0.688 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site