mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 03:01:09 +02:00
[kernel] 2.6.26: fix a typo in the latest mini_fo patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11332 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
2a22bd5e7e
commit
f0e57e2d4e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user