From: Erez_Zadok Date: Sat, 5 May 2007 23:10:00 +0000 (-0400) Subject: mmap: trivial sendfile support X-Git-Url: https://git.fsl.cs.sunysb.edu/?a=commitdiff_plain;h=fc330cf7ba69b0bbe6a8ae03b1a268c6b79a95df;p=unionfs-3.15.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, };