]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ubifs: Enable journal replay during mount
authorAnton Habegger <anton.habegger@gmail.com>
Thu, 22 Jan 2015 21:29:11 +0000 (22:29 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 10:57:32 +0000 (12:57 +0200)
commitf16df4f0b5c8c604516b28ad3820e659f3ea3f60
treed1d5a5b6c445d63515daac93170c00744ff4675e
parente5d8b66fe853897e29dbb6da2f37cd71950b2dc2
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