lkml.org 
[lkml]   [2018]   [Feb]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v2 4/6] lightnvm: remove max_rq_size
    Date
    The field is no longer used.

    Signed-off-by: Matias Bjørling <mb@lightnvm.io>
    ---
    drivers/lightnvm/core.c | 1 -
    include/linux/lightnvm.h | 2 --
    2 files changed, 3 deletions(-)

    diff --git a/drivers/lightnvm/core.c b/drivers/lightnvm/core.c
    index 9b1255b3e05e..511c81c319ee 100644
    --- a/drivers/lightnvm/core.c
    +++ b/drivers/lightnvm/core.c
    @@ -874,7 +874,6 @@ static int nvm_core_init(struct nvm_dev *dev)
    geo->sec_size = id->csecs;
    geo->oob_size = id->sos;
    geo->mccap = id->mccap;
    - geo->max_rq_size = dev->ops->max_phys_sect * geo->sec_size;

    geo->sec_per_chk = id->clba;
    geo->sec_per_lun = geo->sec_per_chk * geo->nr_chks;
    diff --git a/include/linux/lightnvm.h b/include/linux/lightnvm.h
    index b717c000b712..67b4fa8e4906 100644
    --- a/include/linux/lightnvm.h
    +++ b/include/linux/lightnvm.h
    @@ -295,8 +295,6 @@ struct nvm_geo {
    int ws_seq;
    int ws_per_chk;

    - int max_rq_size;
    -
    int op;

    struct nvm_addr_format ppaf;
    --
    2.11.0
    \
     
     \ /
      Last update: 2018-02-15 14:13    [W:8.726 / U:0.376 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site