aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-2.6.30
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2011-11-09 21:16:36 +0000
committerJonas Gorski <jogo@openwrt.org>2011-11-09 21:16:36 +0000
commitf53128f79b8fa5ec781c6c8957477b46c6198e8f (patch)
treee4dae86e656a23c52dc608cf832f2a45e4c4e184 /target/linux/generic/patches-2.6.30
parent44da6400cde94d6b3cb7581cf474282ea1bcafd3 (diff)
downloadupstream-f53128f79b8fa5ec781c6c8957477b46c6198e8f.tar.gz
upstream-f53128f79b8fa5ec781c6c8957477b46c6198e8f.tar.bz2
upstream-f53128f79b8fa5ec781c6c8957477b46c6198e8f.zip
target: linux: mtd: fix MTDREFRESH to an arbitrary high number
To make the ioctl number "stable", use an arbitrary high number to prevent conflicts with new mtd ioctls that would push MTDREFRESH's number. Also make mtd use the in-kernel mtd headers. SVN-Revision: 28893
Diffstat (limited to 'target/linux/generic/patches-2.6.30')
-rw-r--r--target/linux/generic/patches-2.6.30/065-rootfs_split.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-2.6.30/065-rootfs_split.patch b/target/linux/generic/patches-2.6.30/065-rootfs_split.patch
index 5caf0aaff7..24aad52ef8 100644
--- a/target/linux/generic/patches-2.6.30/065-rootfs_split.patch
+++ b/target/linux/generic/patches-2.6.30/065-rootfs_split.patch
@@ -629,7 +629,7 @@
#define ECCGETLAYOUT _IOR('M', 17, struct nand_ecclayout)
#define ECCGETSTATS _IOR('M', 18, struct mtd_ecc_stats)
#define MTDFILEMODE _IO('M', 19)
-+#define MTDREFRESH _IO('M', 23)
++#define MTDREFRESH _IO('M', 50)
/*
* Obsolete legacy interface. Keep it in order not to break userspace