From: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
To: Linus Torvalds <torvalds@transmeta.com>
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] add sendfile() support to fatfs (3/3)
Date: Tue, 13 Aug 2002 02:31:24 +0900 [thread overview]
Message-ID: <87znvs7zmb.fsf@devron.myhome.or.jp> (raw)
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 = {
reply other threads:[~2002-08-12 17:29 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87znvs7zmb.fsf@devron.myhome.or.jp \
--to=hirofumi@mail.parknet.co.jp \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@transmeta.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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®