* [patch/bk] export do_sync_{read,write}
@ 2002-10-08 23:16 Benjamin LaHaise
0 siblings, 0 replies; only message in thread
From: Benjamin LaHaise @ 2002-10-08 23:16 UTC (permalink / raw)
To: Linus Torvalds, Linux Kernel
Hello,
Andrew Morton noticed that do_sync_{read,write} need to be exported for
modules, so I've added the patch below to the bk tree at
master.kernel.org:/home/bcrl/aio-2.5 . Please apply,
-ben
--
"Do you seek knowledge in time travel?"
===== fs/Makefile 1.36 vs edited =====
--- 1.36/fs/Makefile Wed Sep 18 21:54:43 2002
+++ edited/fs/Makefile Tue Oct 8 19:11:56 2002
@@ -6,7 +6,7 @@
#
export-objs := open.o dcache.o buffer.o bio.o inode.o dquot.o mpage.o aio.o \
- fcntl.o
+ fcntl.o read_write.o
obj-y := open.o read_write.o devices.o file_table.o buffer.o \
bio.o super.o block_dev.o char_dev.o stat.o exec.o pipe.o \
===== fs/read_write.c 1.16 vs edited =====
--- 1.16/fs/read_write.c Tue Sep 24 21:29:19 2002
+++ edited/fs/read_write.c Tue Oct 8 19:12:25 2002
@@ -614,3 +614,6 @@
return do_sendfile(out_fd, in_fd, NULL, count, 0);
}
+
+EXPORT_SYMBOL(do_sync_read);
+EXPORT_SYMBOL(do_sync_write);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-10-08 23:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-08 23:16 [patch/bk] export do_sync_{read,write} Benjamin LaHaise
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.