tmp_suning_uos_patched/fs/ubifs
Artem Bityutskiy c212f4020d 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 <u.kleine-koenig@pengutronix.de>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
2012-08-21 15:25:25 +03:00
..
budget.c
commit.c
compress.c
debug.c UBIFS: add debugfs knob to switch to R/O mode 2012-07-20 10:27:25 +03:00
debug.h UBIFS: add debugfs knob to switch to R/O mode 2012-07-20 10:27:25 +03:00
dir.c * Added another debugfs knob for forcing UBIFS R/O mode without flushing caches 2012-07-23 15:50:52 -07:00
file.c UBIFS: nuke pdflush from comments 2012-08-04 12:15:41 +04:00
find.c
gc.c
io.c
ioctl.c
journal.c
Kconfig
key.h
log.c
lprops.c
lpt_commit.c
lpt.c UBIFS: fix crash on error path 2012-08-21 15:25:24 +03:00
Makefile
master.c
misc.h
orphan.c UBIFS: remove invalid reference to list iterator variable 2012-07-20 10:27:25 +03:00
recovery.c
replay.c UBIFS: fix replay regression 2012-08-21 15:25:25 +03:00
sb.c
scan.c
shrinker.c
super.c UBIFS: remove stale commentary 2012-08-21 15:25:24 +03:00
tnc_commit.c
tnc_misc.c
tnc.c
ubifs-media.h
ubifs.h
xattr.c