Skip to content
Commit 93c0d863 authored by Solofo.Ramangalahy@bull.net's avatar Solofo.Ramangalahy@bull.net Committed by Theodore Ts'o
Browse files

ext4: When resizing set the EXT4_BG_INODE_ZEROED flag for new block groups



The inode table has been zeroed in setup_new_group_blocks().  Mark it as
such in ext4_group_add().  Since we are currently clearing inode table
for the new block group, we should set the EXT4_BG_INODE_ZEROED flag.
If at some point in the future we don't immediately zero out the inode
table as part of the resize operation, then obviously we shouldn't do
this.

Signed-off-by: default avatar <Solofo.Ramangalahy@bull.net>
Signed-off-by: default avatar"Theodore Ts'o" <tytso@mit.edu>
parent 23475e26
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment