Oops. Missed adding vfswrap_posix_fallocate to vfs_default_fns table.
authorJeremy Allison <jra@samba.org>
Fri, 3 Dec 2010 00:40:00 +0000 (16:40 -0800)
committerJeremy Allison <jra@samba.org>
Fri, 3 Dec 2010 01:26:22 +0000 (02:26 +0100)
Jeremy.

Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Fri Dec  3 02:26:23 CET 2010 on sn-devel-104

source3/modules/vfs_default.c

index 63993fed3656509640981d78564fbdbf59cd83aa..0ec5b66df34aa3a5f9557ebc493b9d9ceab73cef 100644 (file)
@@ -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,