]> git.sur5r.net Git - u-boot/commit
ubifs: Enable journal replay during mount
authorAnton Habegger <anton.habegger@gmail.com>
Thu, 22 Jan 2015 21:29:11 +0000 (22:29 +0100)
committerHeiko Schocher <hs@denx.de>
Thu, 29 Jan 2015 08:34:03 +0000 (09:34 +0100)
commit040cc7b3beedecd971274a065564e39aac7fc76e
tree206a5572b9d00973984fc7585b527ed7123c4654
parentdc2884315d492b1eefd9d32443c1f0aa3c0a991e
ubifs: Enable journal replay during mount

Enable ubifs_replay_journal during mount_ubifs, which was
disabled before.

This commit fix an issue with unrecoverable ubifs volumes
after power cut.

Therefor the gc.c is imported now from 1860e37 Linux 3.15

hs: added SPDX-License-Identifier for fs/ubifs/gc.c

Signed-off-by: Anton Habegger <anton.habegger@gmail.com>
fs/ubifs/Makefile
fs/ubifs/gc.c [new file with mode: 0644]
fs/ubifs/replay.c
fs/ubifs/super.c
fs/ubifs/tnc.c