From: Erez_Zadok Date: Sat, 5 May 2007 23:10:00 +0000 (-0400) Subject: mmap: trivial sendfile support X-Git-Tag: unionfs-2.1.1~111 X-Git-Url: https://git.fsl.cs.sunysb.edu/?a=commitdiff_plain;h=6064802062a6fe434bce12c8e7271435464d5215;p=unionfs-2.6.25.y.git mmap: trivial sendfile support --- diff --git a/fs/unionfs/file.c b/fs/unionfs/file.c index 0650cb928e8..c4deba61923 100644 --- a/fs/unionfs/file.c +++ b/fs/unionfs/file.c @@ -127,4 +127,5 @@ struct file_operations unionfs_main_fops = { .flush = unionfs_flush, .release = unionfs_file_release, .fsync = file_fsync, + .sendfile = generic_file_sendfile, };