diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-12-18 15:43:20 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-12-18 15:43:20 +0000 |
commit | 210b6ad13ce21782fa4a6664250f376a89e7a4cb (patch) | |
tree | 72144994a8be37f3b4f8ee75e99cec7b2761c9b7 /target/linux/generic-2.6/patches-2.6.31/232-union_mounts_compile_fix.patch | |
parent | e9b1e2efdfff9d33e907f9a07ff39ac186abd48b (diff) |
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.patch | 11 |
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__ */ |