lkml.org 
[lkml]   [2002]   [Aug]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH] add sendfile() support to fatfs (3/3)
From
Date
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/
\
 
 \ /
  Last update: 2005-03-22 13:27    [W:0.021 / U:0.384 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site