This implements device discard functionality in libaal to be used by mkfs and friends. Note that the build system is _not_ regenerated, so the direct result of applying these patches won't build. Ivan Shapovalov (2): configure.in: check for fallocate() and related headers. Add aal_device_discard() function and implement it for file-based device. configure.in | 4 +-- include/aal/device.h | 4 +++ include/aal/types.h | 3 +++ src/device.c | 15 +++++++++++ src/file.c | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 98 insertions(+), 2 deletions(-) -- 1.9.2 -- To unsubscribe from this list: send the line "unsubscribe reiserfs-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html