commit | c86085044195c8b721fe9ee327d790316399781e | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sun Apr 27 16:10:32 2008 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Apr 27 19:42:23 2008 -0400 |
tree | 318cb13450b082c4cce41bd9bd329d28144e2652 | |
parent | 5f8a5ae6b8f7c273d678cbdaf56ec35cdb1b3587 [diff] |
ext2fs_add_journal_inode: Optimize writing the journal data blocks Add a new function ext2fs_zero_blocks(), and use it so that journal data blocks is written in larger chunks to speed up the creation of the journal. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>