ext4: use sb_issue_zeroout in setup_new_group_blocks
authorLukas Czerner <[email protected]>
Thu, 28 Oct 2010 01:30:05 +0000 (21:30 -0400)
committerTheodore Ts'o <[email protected]>
Thu, 28 Oct 2010 01:30:05 +0000 (21:30 -0400)
commita31437b85aa2cbc4ea80f9ee5d603fdd5430980c
treed4c0a609d5e4e59d2cd748ddf57c5f2c49844673
parent857ac889cce8a486d47874db4d2f9620e7e9e5de
ext4: use sb_issue_zeroout in setup_new_group_blocks

Use sb_issue_zeroout to zero out inode table and descriptor table
blocks instead of old approach which involves journaling.

Signed-off-by: Lukas Czerner <[email protected]>
Signed-off-by: "Theodore Ts'o" <[email protected]>
fs/ext4/resize.c