Seems to work for me. Any comments/suggestions? I can probably make it fall back to the xfs ioctl if fallocate isn't supported, if strongly desired. diff --git a/aclocal.m4 b/aclocal.m4 index 52f1c7d
Good idea. Is the ioctl going away anytime soon? If not, it might be worth having fsx use _both_ if possible, or just the ioctl if fallocate doesn't seem to be available. I prefer seeing explicit ( )
ping^3? Does this look ok to folks? It'd be nice to get preallocation coverage in fsx beyond the simple "preallocate first" that's there now. Thanks, -Eric
Anybody feel like reviewing this? Seems like having fallocate in the mix would be good. (apologies if it's bitrotted since initial email but it should be generally ok) -Eric
Looks like all of the autoconf magic went in with the fiemap-tester changes, so a rebase is definitely needed... :/ Otherwise the changes seem sane - I can't find anything obviously wrong reading ove