diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2009-07-31 08:57:10 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2009-07-31 10:22:38 +0100 |
commit | 0e6e32025885286e2de39efca34ced2aaf26b3a3 (patch) | |
tree | e4c3c747a1d2c805cd01c1e0a9c526407b520641 /daemon/Makefile.am | |
parent | afaff775c12f32b7912f194e2fcc8e76b8c82572 (diff) | |
download | libguestfs-0e6e32025885286e2de39efca34ced2aaf26b3a3.tar.gz libguestfs-0e6e32025885286e2de39efca34ced2aaf26b3a3.tar.xz libguestfs-0e6e32025885286e2de39efca34ced2aaf26b3a3.zip |
New command: 'fallocate' to (pre-)allocate sized files.
Diffstat (limited to 'daemon/Makefile.am')
-rw-r--r-- | daemon/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 52482d08..6da485bc 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -35,6 +35,7 @@ guestfsd_SOURCES = \ dropcaches.c \ du.c \ ext2.c \ + fallocate.c \ file.c \ find.c \ fsck.c \ |