[SCM] Samba Shared Repository - branch v3-6-test updated

Jeremy Allison jra at samba.org
Thu Dec 2 17:41:03 MST 2010


The branch, v3-6-test has been updated
       via  f8ce757 Oops. Missed adding vfswrap_posix_fallocate to vfs_default_fns table.
      from  a88b89d Move posix_fallocate into the VFS where it belongs.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-6-test


- Log -----------------------------------------------------------------
commit f8ce757f3b0da676f916267285ef6d6630c2f03b
Author: Jeremy Allison <jra at samba.org>
Date:   Thu Dec 2 16:40:00 2010 -0800

    Oops. Missed adding vfswrap_posix_fallocate to vfs_default_fns table.
    
    Jeremy.
    (cherry picked from commit 3ab952cc18306aaff08c89bb8a6f57e6088b4257)

-----------------------------------------------------------------------

Summary of changes:
 source3/modules/vfs_default.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/modules/vfs_default.c b/source3/modules/vfs_default.c
index 63993fe..0ec5b66 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,


-- 
Samba Shared Repository


More information about the samba-cvs mailing list