Commit 70f7b4a3 authored by Hirofumi Ogawa's avatar Hirofumi Ogawa Committed by Linus Torvalds

[PATCH] add sendfile() support to fatfs (3/3)

This patch adds sendfile() support to fatfs.
parent 242fde60
......@@ -21,6 +21,7 @@ struct file_operations fat_file_operations = {
write: fat_file_write,
mmap: generic_file_mmap,
fsync: file_fsync,
sendfile: generic_file_sendfile,
};
struct inode_operations fat_file_inode_operations = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment