Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 242354
b: refs/heads/master
c: da48894
h: refs/heads/master
v: v3
  • Loading branch information
Theodore Ts'o committed Feb 22, 2011
1 parent b4d0fb2 commit 4a932a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 6f9524e9e118929f1de02840dffe858f99685aea
refs/heads/master: da488945f4bf4096f4ab6091938469bd8822cfec
4 changes: 2 additions & 2 deletions trunk/fs/ext4/resize.c
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ static int setup_new_group_blocks(struct super_block *sb,
}

/* Zero out all of the reserved backup group descriptor table blocks */
ext4_debug("clear inode table blocks %#04llx -> %#04llx\n",
ext4_debug("clear inode table blocks %#04llx -> %#04lx\n",
block, sbi->s_itb_per_group);
err = sb_issue_zeroout(sb, gdblocks + start + 1, reserved_gdb,
GFP_NOFS);
Expand All @@ -248,7 +248,7 @@ static int setup_new_group_blocks(struct super_block *sb,

/* Zero out all of the inode table blocks */
block = input->inode_table;
ext4_debug("clear inode table blocks %#04llx -> %#04llx\n",
ext4_debug("clear inode table blocks %#04llx -> %#04lx\n",
block, sbi->s_itb_per_group);
err = sb_issue_zeroout(sb, block, sbi->s_itb_per_group, GFP_NOFS);
if (err)
Expand Down

0 comments on commit 4a932a3

Please sign in to comment.