diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-09-26 08:52:09 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-09-26 08:52:09 +0000 |
commit | 7cae3c4f8a20ef5a3c62ddcd8563a0dcd4160fb0 (patch) | |
tree | 95b31c79332821e8b6382d42f655323bfd1acabe /target/linux/generic-2.6/patches-2.6.31/230-union_mounts.patch | |
parent | 25fadf0b072ea93bbe18fe51767f40c378e267b4 (diff) | |
download | mtk-20170518-7cae3c4f8a20ef5a3c62ddcd8563a0dcd4160fb0.zip mtk-20170518-7cae3c4f8a20ef5a3c62ddcd8563a0dcd4160fb0.tar.gz mtk-20170518-7cae3c4f8a20ef5a3c62ddcd8563a0dcd4160fb0.tar.bz2 |
fix 2.6.31 compile with union mounts disabled
SVN-Revision: 17730
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.patch | 4 |
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 d1b6b93..8367422 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) |