From: Miklos Szeredi <miklos@szeredi.hu>
To: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: apw@canonical.com
Subject: [PATCH 2/6 v6] vfs: export do_splice_direct() to modules
Date: Tue, 01 Mar 2011 13:36:47 +0100 [thread overview]
Message-ID: <20110301123701.955702964@szeredi.hu> (raw)
In-Reply-To: 20110301123645.189703316@szeredi.hu
[-- Attachment #1: vfs-export-do_splice_direct.patch --]
[-- Type: text/plain, Size: 673 bytes --]
From: Miklos Szeredi <mszeredi@suse.cz>
Export do_splice_direct() to modules. Needed by overlay filesystem.
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
---
fs/splice.c | 1 +
1 file changed, 1 insertion(+)
Index: linux-2.6/fs/splice.c
===================================================================
--- linux-2.6.orig/fs/splice.c 2011-02-22 11:04:39.000000000 +0100
+++ linux-2.6/fs/splice.c 2011-03-01 12:18:16.000000000 +0100
@@ -1296,6 +1296,7 @@ long do_splice_direct(struct file *in, l
return ret;
}
+EXPORT_SYMBOL(do_splice_direct);
static int splice_pipe_to_pipe(struct pipe_inode_info *ipipe,
struct pipe_inode_info *opipe,
--
next prev parent reply other threads:[~2011-03-01 12:36 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-01 12:36 [PATCH 0/6 v6] overlay filesystem prototype Miklos Szeredi
2011-03-01 12:36 ` [PATCH 1/6 v6] vfs: add i_op->open() Miklos Szeredi
2011-03-01 12:36 ` Miklos Szeredi [this message]
2011-03-01 15:49 ` [PATCH 2/6 v6] vfs: export do_splice_direct() to modules richard -rw- weinberger
2011-03-02 12:43 ` Miklos Szeredi
2011-03-01 12:36 ` [PATCH 3/6 v6] vfs: introduce clone_private_mount() Miklos Szeredi
2011-03-01 12:36 ` [PATCH 4/6 v6] overlay filesystem prototype Miklos Szeredi
2011-03-01 12:36 ` [PATCH 5/6 v6] overlayfs: add statfs support Miklos Szeredi
2011-03-01 12:36 ` [PATCH 6/6 v6] overlay: overlay filesystem documentation Miklos Szeredi
2011-03-01 18:25 ` Randy Dunlap
2011-03-02 13:37 ` Miklos Szeredi
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=20110301123701.955702964@szeredi.hu \
--to=miklos@szeredi.hu \
--cc=apw@canonical.com \
--cc=linux-fsdevel@vger.kernel.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;
as well as URLs for NNTP newsgroup(s).