commit | 428ff9d2e37d3a82af0f56b476f70c244cf550d1 | [log] [tgz] |
---|---|---|
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Mon May 25 16:59:28 2009 +0300 |
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Fri May 29 14:38:37 2009 +0300 |
tree | 9274401523df72cfe02ffafc57bbea7f2a9b7a87 | |
parent | 7c83f5cb551b2e5c4934933fda006636f7424123 [diff] |
UBIFS: remove dead code UBIFS assumes that @c->min_io_size is 8 in case of NOR flash. This is because UBIFS alignes all nodes to 8-byte boundary, and maintaining @c->min_io_size introduced unnecessary complications. This patch removes senseless constructs like: if (c->min_io_size == 1) NOR-specific code Also, few commentaries amendments. Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>