> -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.

regards,
dan carpenter


Reply via email to