From: Artem Bityutskiy Date: Mon, 25 May 2009 13:59:28 +0000 (+0300) Subject: UBIFS: remove dead code X-Git-Tag: v2.6.31-rc1~287^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=428ff9d2e37d3a82af0f56b476f70c244cf550d1;p=pandora-kernel.git 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 --- Reading git-diff-tree failed