[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20180813120324.ibzrmftxji62ji6r@mwanda>
Date: Mon, 13 Aug 2018 15:03:24 +0300
From: Dan Carpenter <dan.carpenter@...cle.com>
To: Chao Yu <chao@...nel.org>
Cc: gregkh@...uxfoundation.org, devel@...verdev.osuosl.org,
Gao Xiang <gaoxiang25@...wei.com>,
Chao Yu <yuchao0@...wei.com>, linux-erofs@...ts.ozlabs.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 6/8] staging: erofs: fix vle_decompressed_index_clusterofs
> -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
Powered by blists - more mailing lists