aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches-2.6.31/232-union_mounts_compile_fix.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-12-18 15:43:20 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-12-18 15:43:20 +0000
commitdf77475376e91468ebf0ab101ee0bdbed0ea0a88 (patch)
tree72144994a8be37f3b4f8ee75e99cec7b2761c9b7 /target/linux/generic-2.6/patches-2.6.31/232-union_mounts_compile_fix.patch
parent60eea9284bdbd01721f077a663334b25d8b66a8d (diff)
downloadmaster-187ad058-df77475376e91468ebf0ab101ee0bdbed0ea0a88.tar.gz
master-187ad058-df77475376e91468ebf0ab101ee0bdbed0ea0a88.tar.bz2
master-187ad058-df77475376e91468ebf0ab101ee0bdbed0ea0a88.zip
remove incomplete union mounts / jffs2 patches. will be replaced by updated versions once they're ready - should fix #6375
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18822 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.31/232-union_mounts_compile_fix.patch')
-rw-r--r--target/linux/generic-2.6/patches-2.6.31/232-union_mounts_compile_fix.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.31/232-union_mounts_compile_fix.patch b/target/linux/generic-2.6/patches-2.6.31/232-union_mounts_compile_fix.patch
deleted file mode 100644
index b20b845aad..0000000000
--- a/target/linux/generic-2.6/patches-2.6.31/232-union_mounts_compile_fix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/include/linux/union.h
-+++ b/include/linux/union.h
-@@ -77,7 +77,7 @@ extern int union_permission(struct path
- #define __union_copyup(x, y, z) ({ BUG(); (0); })
- #define union_copyup(x, y) ({ (0); })
- #define union_copyup_dir(x) ({ BUG(); (0); })
--#define union_permission(x, y) inode_permission(x->dentry->d_inode, y)
-+#define union_permission(x, y) inode_permission((x)->dentry->d_inode, y)
-
- #endif /* CONFIG_UNION_MOUNT */
- #endif /* __KERNEL__ */