From: Gabor Juhos Date: Mon, 2 Jun 2008 19:08:28 +0000 (+0000) Subject: 2.6.26: fix a typo in the latest mini_fo patch X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=e1eccf79de485455d4cd0c7d3d052decae0a333a;p=openwrt%2Fstaging%2Frmilecki.git 2.6.26: fix a typo in the latest mini_fo patch SVN-Revision: 11332 --- 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 d4c940d4a20..f4a4572b451 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;