1
0
Fork 0

UBIFS: Remove unused variables in ubifs_budget_space

I found two variables in ubifs_budget_space declared but not
use. This state remains since the first commit 1e5176. So just
remove them.

Signed-off-by: hujianyang <hujianyang@huawei.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
wifi-calibration
hujianyang 2014-04-29 09:44:44 +08:00 committed by Artem Bityutskiy
parent 778c7eb82f
commit 0da846f42f
1 changed files with 0 additions and 1 deletions

View File

@ -437,7 +437,6 @@ static int calc_dd_growth(const struct ubifs_info *c,
*/
int ubifs_budget_space(struct ubifs_info *c, struct ubifs_budget_req *req)
{
int uninitialized_var(cmt_retries), uninitialized_var(wb_retries);
int err, idx_growth, data_growth, dd_growth, retried = 0;
ubifs_assert(req->new_page <= 1);