summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches-2.6.31/230-union_mounts.patch
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-09-26 08:52:09 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-09-26 08:52:09 +0000
commit82bbacf365a65831e9cf70938ce96d732fb97078 (patch)
treef61906f06561a4254c8d11ab2f15726700c71fa8 /target/linux/generic-2.6/patches-2.6.31/230-union_mounts.patch
parent2dee5f79ddda81bd1892224b786d610eae23d16a (diff)
fix 2.6.31 compile with union mounts disabled
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17730 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.31/230-union_mounts.patch')
-rw-r--r--target/linux/generic-2.6/patches-2.6.31/230-union_mounts.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.31/230-union_mounts.patch b/target/linux/generic-2.6/patches-2.6.31/230-union_mounts.patch
index d1b6b93e3..836742295 100644
--- a/target/linux/generic-2.6/patches-2.6.31/230-union_mounts.patch
+++ b/target/linux/generic-2.6/patches-2.6.31/230-union_mounts.patch
@@ -4901,8 +4901,8 @@
+#define IS_MNT_UNION(x) (0)
+#define is_unionized(x, y) (0)
+#define append_to_union(x1, y1, x2, y2) ({ BUG(); (0); })
-+#define follow_union_down(x, y) ({ (0); })
-+#define follow_union_mount(x, y) ({ (0); })
++#define follow_union_down(x) ({ (0); })
++#define follow_union_mount(x) ({ (0); })
+#define __d_drop_unions(x) do { } while (0)
+#define shrink_d_unions(x) do { } while (0)
+#define __shrink_d_unions(x,y) do { } while (0)