summaryrefslogtreecommitdiff
path: root/target/linux/ramips/patches/104-splice.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ramips/patches/104-splice.patch')
-rwxr-xr-xtarget/linux/ramips/patches/104-splice.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/target/linux/ramips/patches/104-splice.patch b/target/linux/ramips/patches/104-splice.patch
new file mode 100755
index 0000000..3504423
--- /dev/null
+++ b/target/linux/ramips/patches/104-splice.patch
@@ -0,0 +1,12 @@
+Index: linux-3.10.14/fs/splice.c
+===================================================================
+--- linux-3.10.14.orig/fs/splice.c
++++ linux-3.10.14/fs/splice.c
+@@ -1817,6 +1817,7 @@ cleanup:
+
+ goto done;
+ }
++EXPORT_SYMBOL(generic_splice_from_socket);
+
+ static int __init init_splice_pools(void)
+ {