From 1f1491da5ae2a2b7fd3a195f950b9057a01db18c Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Thu, 2 Dec 2010 16:40:00 -0800 Subject: Oops. Missed adding vfswrap_posix_fallocate to vfs_default_fns table. Jeremy. Autobuild-User: Jeremy Allison Autobuild-Date: Fri Dec 3 02:26:23 CET 2010 on sn-devel-104 --- source3/modules/vfs_default.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/modules/vfs_default.c') diff --git a/source3/modules/vfs_default.c b/source3/modules/vfs_default.c index 63993fed36..0ec5b66df3 100644 --- a/source3/modules/vfs_default.c +++ b/source3/modules/vfs_default.c @@ -1672,6 +1672,7 @@ static struct vfs_fn_pointers vfs_default_fns = { .getwd = vfswrap_getwd, .ntimes = vfswrap_ntimes, .ftruncate = vfswrap_ftruncate, + .posix_fallocate = vfswrap_posix_fallocate, .lock = vfswrap_lock, .kernel_flock = vfswrap_kernel_flock, .linux_setlease = vfswrap_linux_setlease, -- cgit