From: Artem Bityutskiy Date: Tue, 21 Aug 2012 10:45:35 +0000 (+0300) Subject: UBIFS: fix replay regression X-Git-Tag: v3.6-rc4~22^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c212f4020de7b5d35a71327d1483120a698d60a0;p=pandora-kernel.git UBIFS: fix replay regression Commit "d51f17e UBIFS: simplify reply code a bit" introduces a bug with the following symptoms: UBIFS error (pid 1): replay_log_leb: first CS node at LEB 3:0 has wrong commit number 0 expected 1 The issue is that we start replaying the log from UBIFS_LOG_LNUM instead of c->lhead_lnum. This patch fixes that. Reported-by: Uwe Kleine-König Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed