udf: Drop unused arguments of udf_delete_aext()
udf_delete_aext() uses its last two arguments only as local variables. Drop them. Signed-off-by: Jan Kara <jack@suse.cz>
Este cometimento está contido em:
@@ -533,8 +533,7 @@ static int udf_table_prealloc_blocks(struct super_block *sb,
|
||||
udf_write_aext(table, &epos, &eloc,
|
||||
(etype << 30) | elen, 1);
|
||||
} else
|
||||
udf_delete_aext(table, epos, eloc,
|
||||
(etype << 30) | elen);
|
||||
udf_delete_aext(table, epos);
|
||||
} else {
|
||||
alloc_count = 0;
|
||||
}
|
||||
@@ -630,7 +629,7 @@ static udf_pblk_t udf_table_new_block(struct super_block *sb,
|
||||
if (goal_elen)
|
||||
udf_write_aext(table, &goal_epos, &goal_eloc, goal_elen, 1);
|
||||
else
|
||||
udf_delete_aext(table, goal_epos, goal_eloc, goal_elen);
|
||||
udf_delete_aext(table, goal_epos);
|
||||
brelse(goal_epos.bh);
|
||||
|
||||
udf_add_free_space(sb, partition, -1);
|
||||
|
Criar uma nova questão referindo esta
Bloquear um utilizador