lkml.org 
[lkml]   [2017]   [Apr]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 2/5] lightnvm: pblk: fix bad error check
    Date
    Fix bad error check

    Fixes: a4bd217b4326 "lightnvm: physical block device (pblk) target"

    Signed-off-by: Javier González <javier@cnexlabs.com>
    ---
    drivers/lightnvm/pblk-core.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/lightnvm/pblk-core.c b/drivers/lightnvm/pblk-core.c
    index 7065658..7eb62ec 100644
    --- a/drivers/lightnvm/pblk-core.c
    +++ b/drivers/lightnvm/pblk-core.c
    @@ -1273,7 +1273,7 @@ struct pblk_line *pblk_line_replace_data(struct pblk *pblk)
    retry_setup:
    if (!pblk_line_set_metadata(pblk, new, cur)) {
    new = pblk_line_retry(pblk, new);
    - if (new)
    + if (!new)
    return NULL;

    goto retry_setup;
    --
    2.7.4
    \
     
     \ /
      Last update: 2017-04-22 01:35    [W:2.503 / U:0.436 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site