commit | 0612b9ddc2eeda014dd805c87c752b342d8f80f0 | [log] [tgz] |
---|---|---|
author | Brian Norris <computersforpeace@gmail.com> | Tue Aug 30 18:45:40 2011 -0700 |
committer | Artem Bityutskiy <artem.bityutskiy@intel.com> | Sun Sep 11 15:28:59 2011 +0300 |
tree | 7691ee548ab6da1e7df946a75abd96a814208d8e | |
parent | 905c6bcdb42616da717a9bd6c0c5870dbd90b09e [diff] |
mtd: rename MTD_OOB_* to MTD_OPS_* These modes are not necessarily for OOB only. Particularly, MTD_OOB_RAW affected operations on in-band page data as well. To clarify these options and to emphasize that their effect is applied per-operation, we change the primary prefix to MTD_OPS_. Signed-off-by: Brian Norris <computersforpeace@gmail.com> Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>