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)
commit6b500f1b8e1ac8d28c485a5591c2833b18cc86e2
treeb9d7bf6181bd281ee3d5a78a7cef890b9efc1cc9
parentc1e3cff523d72e8110cbc568a3c280e57c2aabca
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.
daemon/fallocate.c
src/MAX_PROC_NR
src/generator.ml