projects
/
unionfs-2.6.25.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbf147a
)
mmap: trivial sendfile support
author
Erez_Zadok
<ezk@cs.sunysb.edu>
Sat, 5 May 2007 23:10:00 +0000
(19:10 -0400)
committer
Erez Zadok
<ezk@cs.sunysb.edu>
Mon, 12 Jan 2009 23:20:27 +0000
(18:20 -0500)
fs/unionfs/file.c
patch
|
blob
|
history
diff --git
a/fs/unionfs/file.c
b/fs/unionfs/file.c
index 0650cb928e8750e2de29870f4e69c6de4e6c2a25..c4deba619237a27de3b5c34ac2102cf9dc42974e 100644
(file)
--- 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,
};