summaryrefslogtreecommitdiff
path: root/target/linux/ramips/patches/104-splice.patch
blob: 3504423852e68daa588fda92057947eb63ef07ad (plain)
1
2
3
4
5
6
7
8
9
10
11
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)
 {