Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ext4: actually request zeroing of inode table after grow
It is never possible, that number of block groups decreases, since only online grow is supported. But after a growing occured, we have to zero inode tables for just created new block groups. Fixes: 19c5246 ("ext4: add new online resize interface") Signed-off-by: Kirill Tkhai <[email protected]> Signed-off-by: Theodore Ts'o <[email protected]> Reviewed-by: Jan Kara <[email protected]> Cc: [email protected]
- Loading branch information