commit | 7361c08e5da18c8774ffda94931c500490d51846 | [log] [tgz] |
---|---|---|
author | Lukas Czerner <lczerner@redhat.com> | Thu Nov 18 03:38:40 2010 +0000 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Nov 22 21:14:28 2010 -0500 |
tree | ec9674ecc7087dbc9ab1de761baaa2db268fe9ea | |
parent | efa1a355a1e4142b2d057be06931eb8fc0903ba3 [diff] |
mke2fs: Use unix_discard() for discards There is generic discard function in struct_io_manager, or in unix_io_manager to be specific. So use this instead of mke2fs_discard_blocks(). Since mke2fs_discard_blocks() is not used anymore (and should not be) remove it. Signed-off-by: Lukas Czerner <lczerner@redhat.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>