mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 03:09:08 +08:00
2.6.26: fix a typo in the latest mini_fo patch
SVN-Revision: 11332
This commit is contained in:
parent
ac56ad892a
commit
e1eccf79de
@ -21,7 +21,7 @@
|
|||||||
*/
|
*/
|
||||||
STATIC void
|
STATIC void
|
||||||
-#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,18)
|
-#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)
|
mini_fo_umount_begin(struct vfsmount *mnt, int flags)
|
||||||
{
|
{
|
||||||
struct vfsmount *hidden_mnt;
|
struct vfsmount *hidden_mnt;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user