commit 23962dc1bea3eec6b2bb56fd9486bed635f897e6
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 2bfc1f6..63f6a7b 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