kernel/fs/reiserfs/lbalance.c
.. .. @@ -1322,7 +1322,7 @@ 1322 1322 char *item; 1323 1323 struct reiserfs_de_head *deh; 1324 1324 char *insert_point; 1325 - int i, old_entry_num;1325 + int i;1326 1326 struct buffer_head *bh = bi->bi_bh; 1327 1327 1328 1328 if (new_entry_count == 0) .. .. @@ -1362,7 +1362,6 @@ 1362 1362 put_deh_location(&deh[i], 1363 1363 deh_location(&deh[i]) + paste_size); 1364 1364 1365 - old_entry_num = ih_entry_count(ih);1366 1365 put_ih_entry_count(ih, ih_entry_count(ih) + new_entry_count); 1367 1366 1368 1367 /* prepare space for pasted records */