From: Christoph Hellwig <hch@lst.de>
To: akpm@osdl.org
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] hfs/hfsplus is missing .sendfile
Date: Sun, 29 Aug 2004 22:58:08 +0200 [thread overview]
Message-ID: <20040829205808.GA5136@lst.de> (raw)
There seem to be some crazy mac users that want to use the loop driver
on hfsplus.
--- 1.16/fs/hfs/inode.c 2004-05-25 11:53:05 +02:00
+++ edited/fs/hfs/inode.c 2004-08-29 22:30:51 +02:00
@@ -609,6 +609,7 @@
.read = generic_file_read,
.write = generic_file_write,
.mmap = generic_file_mmap,
+ .sendfile = generic_file_sendfile,
.fsync = file_fsync,
.open = hfs_file_open,
.release = hfs_file_release,
--- 1.5/fs/hfsplus/inode.c 2004-07-12 10:00:54 +02:00
+++ edited/fs/hfsplus/inode.c 2004-08-29 22:31:05 +02:00
@@ -308,6 +308,7 @@
.read = generic_file_read,
.write = generic_file_write,
.mmap = generic_file_mmap,
+ .sendfile = generic_file_sendfile,
.fsync = file_fsync,
.open = hfsplus_file_open,
.release = hfsplus_file_release,
reply other threads:[~2004-08-29 20:58 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=20040829205808.GA5136@lst.de \
--to=hch@lst.de \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
/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