From a1eb95ceaa740cd59434c28771ddb892c86e0705 Mon Sep 17 00:00:00 2001 From: Erez_Zadok Date: Sat, 5 May 2007 19:10:00 -0400 Subject: [PATCH] mmap: trivial sendfile support --- fs/unionfs/file.c | 1 + 1 file changed, 1 insertion(+) 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, }; -- 2.34.1