From: Benjamin LaHaise <bcrl@redhat.com>
To: Linus Torvalds <torvalds@transmeta.com>,
Linux Kernel <linux-kernel@vger.kernel.org>
Subject: [patch/bk] export do_sync_{read,write}
Date: Tue, 8 Oct 2002 19:16:30 -0400 [thread overview]
Message-ID: <20021008191630.G15858@redhat.com> (raw)
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);
reply other threads:[~2002-10-08 23:13 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=20021008191630.G15858@redhat.com \
--to=bcrl@redhat.com \
--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®