[PATCH 6/8] staging: erofs: fix vle_decompressed_index_clusterofs
Dan Carpenter
dan.carpenter at oracle.com
Mon Aug 13 22:03:24 AEST 2018
> -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
More information about the Linux-erofs
mailing list