Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118567
b: refs/heads/master
c: 23712a9
h: refs/heads/master
i:
  118565: 82e457c
  118563: 1dc1650
  118559: 5fa41af
v: v3
  • Loading branch information
Frederic Bohe authored and Theodore Ts'o committed Nov 7, 2008
1 parent ae63ad1 commit d0d1ce2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ed9b3e3379731e9f9d2f73f3d7fd9e7d2ce3df4a
refs/heads/master: 23712a9c28b9f80a8cf70c8490358d5f562d2465
2 changes: 2 additions & 0 deletions trunk/fs/ext4/ialloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -718,6 +718,8 @@ struct inode *ext4_new_inode(handle_t *handle, struct inode *dir, int mode)
gdp->bg_flags &= cpu_to_le16(~EXT4_BG_BLOCK_UNINIT);
free = ext4_free_blocks_after_init(sb, group, gdp);
gdp->bg_free_blocks_count = cpu_to_le16(free);
gdp->bg_checksum = ext4_group_desc_csum(sbi, group,
gdp);
}
spin_unlock(sb_bgl_lock(sbi, group));

Expand Down

0 comments on commit d0d1ce2

Please sign in to comment.