mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 12:42:02 +00:00
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>
This commit is contained in:
parent
778c7eb82f
commit
0da846f42f
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user