diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-06-02 19:08:28 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-06-02 19:08:28 +0000 |
commit | e1eccf79de485455d4cd0c7d3d052decae0a333a (patch) | |
tree | 894de0f86bca17a57e9328c6795deeec2dfde954 /target/linux | |
parent | ac56ad892a4155bd66053b8943b3a0b743863bd4 (diff) | |
download | mtk-20170518-e1eccf79de485455d4cd0c7d3d052decae0a333a.zip mtk-20170518-e1eccf79de485455d4cd0c7d3d052decae0a333a.tar.gz mtk-20170518-e1eccf79de485455d4cd0c7d3d052decae0a333a.tar.bz2 |
2.6.26: fix a typo in the latest mini_fo patch
SVN-Revision: 11332
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/generic-2.6/patches-2.6.26/212-mini_fo_2.6.26_fixes.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.26/212-mini_fo_2.6.26_fixes.patch b/target/linux/generic-2.6/patches-2.6.26/212-mini_fo_2.6.26_fixes.patch index d4c940d..f4a4572 100644 --- a/target/linux/generic-2.6/patches-2.6.26/212-mini_fo_2.6.26_fixes.patch +++ b/target/linux/generic-2.6/patches-2.6.26/212-mini_fo_2.6.26_fixes.patch @@ -21,7 +21,7 @@ */ STATIC void -#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,18) -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,18)) && (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,26))) ++#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,18)) && (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,26)) mini_fo_umount_begin(struct vfsmount *mnt, int flags) { struct vfsmount *hidden_mnt; |