Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26206
b: refs/heads/master
c: de0bb97
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Apr 26, 2006
1 parent 0256412 commit 3f28beb
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: c82ffb07cd1aa356c599999c4f0dc5155a91d318
refs/heads/master: de0bb97aff6743f71abb8ec581238e2bdae9cdd1
2 changes: 1 addition & 1 deletion trunk/fs/ext3/resize.c
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ static int setup_new_group_blocks(struct super_block *sb,
goto exit_bh;
}
lock_buffer(bh);
memcpy(gdb->b_data, sbi->s_group_desc[i], bh->b_size);
memcpy(gdb->b_data, sbi->s_group_desc[i]->b_data, bh->b_size);
set_buffer_uptodate(gdb);
unlock_buffer(bh);
ext3_journal_dirty_metadata(handle, gdb);
Expand Down

0 comments on commit 3f28beb

Please sign in to comment.