summaryrefslogtreecommitdiffstats
path: root/fs/ubifs/Makefile
diff options
context:
space:
mode:
authorAnton Habegger <anton.habegger@gmail.com>2015-01-22 22:29:11 +0100
committerHeiko Schocher <hs@denx.de>2015-01-29 09:34:03 +0100
commit040cc7b3beedecd971274a065564e39aac7fc76e (patch)
tree206a5572b9d00973984fc7585b527ed7123c4654 /fs/ubifs/Makefile
parentdc2884315d492b1eefd9d32443c1f0aa3c0a991e (diff)
downloadblackbird-obmc-uboot-040cc7b3beedecd971274a065564e39aac7fc76e.tar.gz
blackbird-obmc-uboot-040cc7b3beedecd971274a065564e39aac7fc76e.zip
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>
Diffstat (limited to 'fs/ubifs/Makefile')
-rw-r--r--fs/ubifs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ubifs/Makefile b/fs/ubifs/Makefile
index 8c8c6ac683..5efb349d07 100644
--- a/fs/ubifs/Makefile
+++ b/fs/ubifs/Makefile
@@ -12,4 +12,4 @@
obj-y := ubifs.o io.o super.o sb.o master.o lpt.o
obj-y += lpt_commit.o scan.o lprops.o
obj-y += tnc.o tnc_misc.o debug.o crc16.o budget.o
-obj-y += log.o orphan.o recovery.o replay.o
+obj-y += log.o orphan.o recovery.o replay.o gc.o
OpenPOWER on IntegriCloud