Whamcloud - gitweb
mke2fs: don't zero inode table blocks that are already zeroed
authorDarrick J. Wong <darrick.wong@oracle.com>
Sun, 14 Dec 2014 03:01:15 +0000 (22:01 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 14 Dec 2014 03:01:15 +0000 (22:01 -0500)
commit5effd0a02283922dd53102ff409a4382fa1dfed7
treea09516aeeb92ba8e13e4a62dda4a6bac56d6d432
parent77905d71e89f0ec29160870a4af77859274716e4
mke2fs: don't zero inode table blocks that are already zeroed

At mke2fs time, if we discard the device and discard zeroes data,
don't bother zeroing the inode table blocks a second time.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
misc/mke2fs.c