Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 71404
b: refs/heads/master
c: 6c57c2c
h: refs/heads/master
v: v3
  • Loading branch information
Jeff Mahoney authored and Linus Torvalds committed Oct 19, 2007
1 parent 069e740 commit 4da7406
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d4c3d19d0c10701459f16c022ea23eff5e127747
refs/heads/master: 6c57c2c8d3862c8d5b908669654f6565da74ec19
2 changes: 1 addition & 1 deletion trunk/fs/reiserfs/resize.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ int reiserfs_resize(struct super_block *s, unsigned long block_count_new)
return -ENOMEM;
}
memset(bitmap, 0,
sizeof(struct reiserfs_bitmap_info) * SB_BMAP_NR(s));
sizeof(struct reiserfs_bitmap_info) * bmap_nr_new);
for (i = 0; i < bmap_nr; i++)
bitmap[i] = old_bitmap[i];

Expand Down

0 comments on commit 4da7406

Please sign in to comment.