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.stonybrook.edu/?a=commitdiff_plain;h=faa2f4d9e8f4170d15282037f85b6f796a7cb6b7;p=unionfs-2.6.26.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, };