commit | 3d28f54589909de7abe477c2ca9d2ff7b0f2404d | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Sat Mar 28 23:01:08 2015 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sat Mar 28 23:08:25 2015 -0400 |
tree | 90ea0a5fbc1ab6ecf0b3355b7c91154f0da8f249 | |
parent | 41f2210131cfbaa4059cebae3a9b0f104fe89f70 [diff] |
libext2fs: zero blocks via FALLOC_FL_ZERO_RANGE in ext2fs_zero_blocks Plumb a new call into the IO manager to support translating ext2fs_zero_blocks calls into the equivalent FALLOC_FL_ZERO_RANGE fallocate flag primitive when possible. This patch provides _only_ support for file-based images. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>