Re: [PATCH 6/8] staging: erofs: fix vle_decompressed_index_clusterofs

From: Gao Xiang
Date: Mon Aug 13 2018 - 09:02:18 EST


Hi Dan,

On 2018/8/13 20:03, Dan Carpenter wrote:
>> -static inline unsigned
>> -vle_compressed_index_clusterofs(unsigned clustersize,
>> - struct z_erofs_vle_decompressed_index *di)
>> +static inline int
>> +vle_decompressed_index_clusterofs(unsigned int *clusterofs,
>
> Not related to your patch, but don't make functions inline. Leave it to
> the compiler to decide.

OK, thanks for your suggestion.

Thanks,
Gao Xiang

>
> regards,
> dan carpenter
>
>