mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] add sendfile() support to fatfs (3/3)
@ 2002-08-12 17:31 OGAWA Hirofumi
  0 siblings, 0 replies; only message in thread
From: OGAWA Hirofumi @ 2002-08-12 17:31 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

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 = {

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-08-12 17:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-08-12 17:31 [PATCH] add sendfile() support to fatfs (3/3) OGAWA Hirofumi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®