diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-04-29 16:15:34 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-04-29 16:15:34 +0200 |
commit | ea63ed9bc4b8912bb08661e5bce309b528060a37 (patch) | |
tree | 366950d837922045fdae65ef1d418b9dc6f4a67f /target/linux/patches/3.8.6/non-static.patch | |
parent | fb0cea762bb21c9d5253da5e3d33e474ae93ed58 (diff) | |
parent | ac9121f91dc94bbe7949f46abb541960c4d84054 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/linux/patches/3.8.6/non-static.patch')
-rw-r--r-- | target/linux/patches/3.8.6/non-static.patch | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/target/linux/patches/3.8.6/non-static.patch b/target/linux/patches/3.8.6/non-static.patch deleted file mode 100644 index a967703d0..000000000 --- a/target/linux/patches/3.8.6/non-static.patch +++ /dev/null @@ -1,33 +0,0 @@ -diff -Nur linux-2.6.39-rc6.orig/fs/namei.c linux-2.6.39-rc6/fs/namei.c ---- linux-2.6.39-rc6.orig/fs/namei.c 2011-05-04 04:59:13.000000000 +0200 -+++ linux-2.6.39-rc6/fs/namei.c 2011-05-05 11:30:14.000000000 +0200 -@@ -1769,7 +1769,7 @@ - * needs parent already locked. Doesn't follow mounts. - * SMP-safe. - */ --static struct dentry *lookup_hash(struct nameidata *nd) -+struct dentry *lookup_hash(struct nameidata *nd) - { - return __lookup_hash(&nd->last, nd->path.dentry, nd); - } -diff -Nur linux-2.6.39-rc6.orig/fs/splice.c linux-2.6.39-rc6/fs/splice.c ---- linux-2.6.39-rc6.orig/fs/splice.c 2011-05-04 04:59:13.000000000 +0200 -+++ linux-2.6.39-rc6/fs/splice.c 2011-05-05 11:31:04.000000000 +0200 -@@ -1081,7 +1081,7 @@ - /* - * Attempt to initiate a splice from pipe to file. - */ --static long do_splice_from(struct pipe_inode_info *pipe, struct file *out, -+long do_splice_from(struct pipe_inode_info *pipe, struct file *out, - loff_t *ppos, size_t len, unsigned int flags) - { - ssize_t (*splice_write)(struct pipe_inode_info *, struct file *, -@@ -1109,7 +1109,7 @@ - /* - * Attempt to initiate a splice from a file to a pipe. - */ --static long do_splice_to(struct file *in, loff_t *ppos, -+long do_splice_to(struct file *in, loff_t *ppos, - struct pipe_inode_info *pipe, size_t len, - unsigned int flags) - { |