commit | 9f9e5c3aea024c92c50e8bb834a3ea33d9e1f55d | [log] [tgz] |
---|---|---|
author | Andreas Dilger <adilger@sun.com> | Sat Aug 23 21:17:17 2008 -0600 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Aug 24 20:55:49 2008 -0400 |
tree | 564a9fa701971abfa9029f8530d1b5453767dfd2 | |
parent | ba7b0feef658456c514b51ded5bb1d9a3909d967 [diff] |
libext2fs: grow dblist more aggressively Make the dblist grow more quickly when many directory blocks are added, otherwise the array has to get copied too often, which is slow when it is large. Signed-off-by: Andreas Dilger <adilger@sun.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>