From: Artem Bityutskiy Date: Sat, 14 Jul 2012 17:52:58 +0000 (+0300) Subject: UBIFS: simplify reply code a bit X-Git-Tag: v3.6-rc1~150^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d51f17ea0a3afe11fb4c4ad6635877e24df2758f;p=pandora-kernel.git UBIFS: simplify reply code a bit In the log reply code we assume that 'c->lhead_offs' is known and may be non-zero, which is not the case because we do not store it in the master node and have to find out by scanning on every mount. Knowing this fact allows us to simplify the log scanning loop a bit and remove a couple of unneeded local variables. Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed