hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/fs/reiserfs/lbalance.c
....@@ -1322,7 +1322,7 @@
13221322 char *item;
13231323 struct reiserfs_de_head *deh;
13241324 char *insert_point;
1325
- int i, old_entry_num;
1325
+ int i;
13261326 struct buffer_head *bh = bi->bi_bh;
13271327
13281328 if (new_entry_count == 0)
....@@ -1362,7 +1362,6 @@
13621362 put_deh_location(&deh[i],
13631363 deh_location(&deh[i]) + paste_size);
13641364
1365
- old_entry_num = ih_entry_count(ih);
13661365 put_ih_entry_count(ih, ih_entry_count(ih) + new_entry_count);
13671366
13681367 /* prepare space for pasted records */