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

OGAWA Hirofumi (hirofumi@mail.parknet.co.jp)
Tue, 13 Aug 2002 02:31:24 +0900


Hi,

This patch adds sendfile() support to fatfs.

Please apply.

-- 
OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>

--- linux-2.5/fs/fat/file.c.orig 2002-08-11 17:16:26.000000000 +0900 +++ linux-2.5/fs/fat/file.c 2002-08-11 16:53:49.000000000 +0900 @@ -23,6 +23,7 @@ write: fat_file_write, mmap: generic_file_mmap, fsync: file_fsync, + sendfile: generic_file_sendfile, }; struct inode_operations fat_file_inode_operations = { - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/