From: Richard Jones Date: Thu, 27 May 2010 08:48:22 +0000 (+0100) Subject: New API: fallocate64 (replaces fallocate). X-Git-Tag: 1.3.17~8 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=6b500f1b8e1ac8d28c485a5591c2833b18cc86e2;hp=6b500f1b8e1ac8d28c485a5591c2833b18cc86e2 New API: fallocate64 (replaces fallocate). guestfs_fallocate takes an integer for the length, effectively limiting it to creating 1GB files. This new call takes an int64_t for the length, but is otherwise identical. ---