All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] hfs/hfsplus is missing .sendfile
@ 2004-08-29 20:58 Christoph Hellwig
  0 siblings, 0 replies; only message in thread
From: Christoph Hellwig @ 2004-08-29 20:58 UTC (permalink / raw)
  To: akpm; +Cc: linux-kernel

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,

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

only message in thread, other threads:[~2004-08-29 20:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-29 20:58 [PATCH] hfs/hfsplus is missing .sendfile Christoph Hellwig

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.