New API: fallocate64 (replaces fallocate).
authorRichard Jones <rjones@redhat.com>
Thu, 27 May 2010 08:48:22 +0000 (09:48 +0100)
committerRichard Jones <rjones@redhat.com>
Thu, 27 May 2010 08:48:22 +0000 (09:48 +0100)
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.


No differences found