mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
Oops. Missed adding vfswrap_posix_fallocate to vfs_default_fns table.
Jeremy. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Dec 3 02:26:23 CET 2010 on sn-devel-104
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user