Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97823
b: refs/heads/master
c: 9bb9178
h: refs/heads/master
i:
  97821: a6ecb59
  97819: 5fb8fcd
  97815: 8975786
  97807: 74aaf57
  97791: 9c65fb1
v: v3
  • Loading branch information
Josef Bacik authored and Linus Torvalds committed Jun 6, 2008
1 parent 7ea8ec6 commit 385df5b
Show file tree
Hide file tree
Showing 2 changed files with 3 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: d100d148aa48df3b6ad526a48624f906695efe60
refs/heads/master: 9bb91784de6618c955994b2d5be332fb68c87ef1
3 changes: 2 additions & 1 deletion trunk/fs/ext3/resize.c
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,8 @@ static int reserve_backup_gdb(handle_t *handle, struct inode *inode,
}

blk = EXT3_SB(sb)->s_sbh->b_blocknr + 1 + EXT3_SB(sb)->s_gdb_count;
data = (__le32 *)dind->b_data + EXT3_SB(sb)->s_gdb_count;
data = (__le32 *)dind->b_data + (EXT3_SB(sb)->s_gdb_count %
EXT3_ADDR_PER_BLOCK(sb));
end = (__le32 *)dind->b_data + EXT3_ADDR_PER_BLOCK(sb);

/* Get each reserved primary GDT block and verify it holds backups */
Expand Down

0 comments on commit 385df5b

Please sign in to comment.