From: Artem Bityutskiy Date: Sun, 29 Jun 2014 14:22:16 +0000 (+0300) Subject: UBIFS: remove unnecessary check X-Git-Tag: omap-for-v3.17/fixes-against-rc2~86^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1cb705accc70ac327de2108ecf07b300e03fc42;p=pandora-kernel.git UBIFS: remove unnecessary check Remove the "if (c->lhead_offs == 0)" check because is unnecessary, since at that point the log head offset is guaranteed to be zero due to the previous operation. Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed