mmap: trivial sendfile support
authorErez_Zadok <ezk@cs.sunysb.edu>
Sat, 5 May 2007 23:10:00 +0000 (19:10 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Mon, 12 Jan 2009 23:20:27 +0000 (18:20 -0500)
fs/unionfs/file.c

index 0650cb928e8750e2de29870f4e69c6de4e6c2a25..c4deba619237a27de3b5c34ac2102cf9dc42974e 100644 (file)
@@ -127,4 +127,5 @@ struct file_operations unionfs_main_fops = {
        .flush          = unionfs_flush,
        .release        = unionfs_file_release,
        .fsync          = file_fsync,
+       .sendfile       = generic_file_sendfile,
 };