commit b09ece51f6b342c1fba9ac495029d615687720f7
Author: Erez_Zadok <[EMAIL PROTECTED]>
Date:   Sat May 5 19:10:00 2007 -0400

    mmap: trivial sendfile support

diff --git a/fs/unionfs/file.c b/fs/unionfs/file.c
index 
2bfc1f67aa965f4c65d05c6cd84d78c22061636a..63f6a7b5a80d3d86d645594e0f3546b51f5ba037
 100644
--- a/fs/unionfs/file.c
+++ b/fs/unionfs/file.c
@@ -119,4 +119,5 @@ struct file_operations unionfs_main_fops
        .flush          = unionfs_flush,
        .release        = unionfs_file_release,
        .fsync          = file_fsync,
+       .sendfile       = generic_file_sendfile,
 };
_______________________________________________
unionfs-cvs mailing list: http://unionfs.filesystems.org/
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs-cvs

Reply via email to