lkml.org 
[lkml]   [2020]   [Nov]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH] scsi: ufs: show lba and length for unmap commands
    Date
    From: Leo Liou <leoliou@google.com>

    We have lba and length for unmap commands.

    Signed-off-by: Leo Liou <leoliou@google.com>
    ---
    drivers/scsi/ufs/ufshcd.c | 5 +++++
    1 file changed, 5 insertions(+)

    diff --git a/drivers/scsi/ufs/ufshcd.c b/drivers/scsi/ufs/ufshcd.c
    index 86c8dee01ca9..dba3ee307307 100644
    --- a/drivers/scsi/ufs/ufshcd.c
    +++ b/drivers/scsi/ufs/ufshcd.c
    @@ -376,6 +376,11 @@ static void ufshcd_add_command_trace(struct ufs_hba *hba,
    lrbp->ucd_req_ptr->sc.exp_data_transfer_len);
    if (opcode == WRITE_10)
    group_id = lrbp->cmd->cmnd[6];
    + } else if (opcode == UNMAP) {
    + if (cmd->request) {
    + lba = scsi_get_lba(cmd);
    + transfer_len = blk_rq_bytes(cmd->request);
    + }
    }
    }

    --
    2.29.2.299.gdc1121823c-goog
    \
     
     \ /
      Last update: 2020-11-12 18:00    [W:5.011 / U:0.020 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site