Dan Williams <[email protected]> writes:

>> diff --git a/ndctl/namespace.c b/ndctl/namespace.c
>> index 7fb0007..b1f2158 100644
>> --- a/ndctl/namespace.c
>> +++ b/ndctl/namespace.c
>> @@ -1388,11 +1388,9 @@ static int do_xaction_namespace(const char *namespace,
>>                                         (*processed)++;
>>                                         if (param.greedy)
>>                                                 continue;
>> -                               }
>> -                               if (force) {
>> -                                       if (rc)
>> +                               } else if (param.greedy && force) {
>>                                                 saved_rc = rc;
>> -                                       continue;
>> +                                               continue;
>
> Looks good, applied.

Where?

-Jeff
_______________________________________________
Linux-nvdimm mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to