diff options
author | Brian Norris <computersforpeace@gmail.com> | 2011-06-27 11:27:26 -0700 |
---|---|---|
committer | Artem Bityutskiy <dedekind1@gmail.com> | 2011-06-29 08:42:41 +0300 |
commit | 5a60114e29f4d56f17d1e5e8d5e71a7fa75f44d2 (patch) | |
tree | e82a3dcfd114b33bc8d3166650459667b8403c2a /feature-removal-schedule.txt | |
parent | 443188385cc3aa9d059012df6380ce6bbfed1393 (diff) |
mtdinfo: kill -m option
According to feature-removal-schedule, we shouldn't use `-m', since
it relies on a specific device-naming pattern.
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Acked-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Artem Bityutskiy <dedekind1@gmail.com>
Diffstat (limited to 'feature-removal-schedule.txt')
-rw-r--r-- | feature-removal-schedule.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/feature-removal-schedule.txt b/feature-removal-schedule.txt index 0920203..69a8155 100644 --- a/feature-removal-schedule.txt +++ b/feature-removal-schedule.txt @@ -26,11 +26,3 @@ to stop using them. The further step is to remove both of them. --------------------------- -2. Kill -m parameter of mtdinfo - -We cannot assume that mtd device names follow the "/dev/mtd%d" pattern, -because it is up to udev rules to name the devices. So we are removing -the -m option. For now, we just have a warning, but the option will be -removed in release 1.4.6. - ---------------------------- |