Re: [patch 2/4] SCSI: target: change lock to unlock

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, 2011-06-13 at 23:08 +0300, Dan Carpenter wrote:
> There is a typo here, it should be an unlock instead of a lock.  The
> original code will deadlock.
> 
> Signed-off-by: Dan Carpenter <error27@xxxxxxxxx>
> 

Committed as 3370a334b40 with a 'tcm_fc:' prefix for the commit message.

Thanks Dan!

--nab

> diff --git a/drivers/target/tcm_fc/tfc_sess.c b/drivers/target/tcm_fc/tfc_sess.c
> index 03744c2..7491e21 100644
> --- a/drivers/target/tcm_fc/tfc_sess.c
> +++ b/drivers/target/tcm_fc/tfc_sess.c
> @@ -332,7 +332,7 @@ void ft_sess_close(struct se_session *se_sess)
>  	lport = sess->tport->lport;
>  	port_id = sess->port_id;
>  	if (port_id == -1) {
> -		mutex_lock(&ft_lport_lock);
> +		mutex_unlock(&ft_lport_lock);
>  		return;
>  	}
>  	FT_SESS_DBG("port_id %x\n", port_id);

--
To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Kernel Development]     [Kernel Announce]     [Kernel Newbies]     [Linux Networking Development]     [Share Photos]     [IDE]     [Security]     [Git]     [Netfilter]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Device Mapper]

  Powered by Linux