On 2018/12/4 下午6:20, David Sterba wrote:
> On Tue, Nov 27, 2018 at 04:38:24PM +0800, Qu Wenruo wrote:
>> +error:
>> + error(
>> +"failed to fix chunks and devices mapping, the fs may not be mountable: %s",
>> + strerror(-ret));
>
> Recently the sterror(error code) have been converted to %m, so I changed
> this to
>
> errno = -ret
> error("... %m");
>
Thanks for mentioning this.
I'll use this format for later patches.
Thanks,
Qu
Attachment:
signature.asc
Description: OpenPGP digital signature
