Re: [PATCH] infiniband: use the ISCSI_LOGIN_CURRENT_STAGE macro

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

 



On 11/16/22 3:45 AM, Maurizio Lombardi wrote:
> Use the proper macro to get the current_stage value.
> 
> Signed-off-by: Maurizio Lombardi <mlombard@xxxxxxxxxx>
> ---
>  drivers/infiniband/ulp/isert/ib_isert.c | 5 ++---
>  1 file changed, 2 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/infiniband/ulp/isert/ib_isert.c b/drivers/infiniband/ulp/isert/ib_isert.c
> index b360a1527cd1..75404885cf98 100644
> --- a/drivers/infiniband/ulp/isert/ib_isert.c
> +++ b/drivers/infiniband/ulp/isert/ib_isert.c
> @@ -993,9 +993,8 @@ isert_rx_login_req(struct isert_conn *isert_conn)
>  		 * login request PDU.
>  		 */
>  		login->leading_connection = (!login_req->tsih) ? 1 : 0;
> -		login->current_stage =
> -			(login_req->flags & ISCSI_FLAG_LOGIN_CURRENT_STAGE_MASK)
> -			 >> 2;
> +		login->current_stage = ISCSI_LOGIN_CURRENT_STAGE(
> +				login_req->flags);
>  		login->version_min	= login_req->min_version;
>  		login->version_max	= login_req->max_version;
>  		memcpy(login->isid, login_req->isid, 6);

Reviewed-by: Mike Christie <michael.christie@xxxxxxxxxx>



[Index of Archives]     [Linux SCSI]     [Kernel Newbies]     [Linux SCSI Target Infrastructure]     [Share Photos]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Linux IIO]     [Device Mapper]

  Powered by Linux