search for: 3e6ce55

Displaying 1 result from an estimated 1 matches for "3e6ce55".

Did you mean: 3e61d55
2010 Feb 12
1
[RFC] add support for fallocate()
...off-by: Sebastian Andrzej Siewior <sebastian at breakpoint.cc> --- configure.in | 9 +++++++++ receiver.c | 9 ++++++++- rsync.h | 4 ++++ syscall.c | 9 +++++++++ 4 files changed, 30 insertions(+), 1 deletions(-) diff --git a/configure.in b/configure.in index 9de88d1..3e6ce55 100644 --- a/configure.in +++ b/configure.in @@ -761,6 +761,15 @@ if test x"$rsync_cv_HAVE_GETTIMEOFDAY_TZ" != x"no"; then AC_DEFINE(HAVE_GETTIMEOFDAY_TZ, 1, [Define to 1 if gettimeofday() takes a time-zone arg]) fi +AC_CACHE_CHECK([if fallocate with mode FALLOC_FL_KEEP_...