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

From: OGAWA Hirofumi (hirofumi@mail.parknet.co.jp)
Date: Mon Aug 12 2002 - 12:31:24 EST


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/



This archive was generated by hypermail 2b29 : Thu Aug 15 2002 - 22:00:28 EST