aboutsummaryrefslogtreecommitdiff
path: root/fs/splice.c
diff options
context:
space:
mode:
authorAndy Whitcroft <apw@canonical.com>2010-06-01 14:15:39 +0100
committerLeann Ogasawara <leann.ogasawara@canonical.com>2010-08-11 07:40:01 -0700
commitf03ddac097e0784dee5866741b6935085e3ee677 (patch)
treec59bb7eebd8612b3515a1f33619ce77863e2611a /fs/splice.c
parentb7fdf1b686354d3457d589af5d57985f69bc161d (diff)
UBUNTU: ubuntu: AUFS -- aufs2 standalone patch for linux-2.6.34
BugLink: http://bugs.launchpad.net/bugs/587888 Signed-off-by: Andy Whitcroft <apw@canonical.com> Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
Diffstat (limited to 'fs/splice.c')
-rw-r--r--fs/splice.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/splice.c b/fs/splice.c
index e01a51e54c0..48063581bc2 100644
--- a/fs/splice.c
+++ b/fs/splice.c
@@ -1128,6 +1128,7 @@ long do_splice_from(struct pipe_inode_info *pipe, struct file *out,
return splice_write(pipe, out, ppos, len, flags);
}
+EXPORT_SYMBOL(do_splice_from);
/*
* Attempt to initiate a splice from a file to a pipe.
@@ -1154,6 +1155,7 @@ long do_splice_to(struct file *in, loff_t *ppos,
return splice_read(in, ppos, pipe, len, flags);
}
+EXPORT_SYMBOL(do_splice_to);
/**
* splice_direct_to_actor - splices data directly between two non-pipes