]> Git Repo - linux.git/commit - fs/ubifs/journal.c
UBI: Kill data type hint
authorRichard Weinberger <[email protected]>
Mon, 14 May 2012 15:55:51 +0000 (17:55 +0200)
committerArtem Bityutskiy <[email protected]>
Sun, 20 May 2012 17:25:59 +0000 (20:25 +0300)
commitb36a261e8c0ab323d04db9cdd1f6bb4c273c4b32
tree00c90c5fa556f335338f4f61c808d4dfe502bb74
parent0964f6a27b3574d9210c59ec883cbb3fff78a78d
UBI: Kill data type hint

We do not need this feature and to our shame it even was not working
and there was a bug found very recently.
-- Artem Bityutskiy

Without the data type hint UBI2 (fastmap) will be easier to implement.

Signed-off-by: Richard Weinberger <[email protected]>
Signed-off-by: Artem Bityutskiy <[email protected]>
25 files changed:
drivers/mtd/ubi/cdev.c
drivers/mtd/ubi/eba.c
drivers/mtd/ubi/gluebi.c
drivers/mtd/ubi/kapi.c
drivers/mtd/ubi/ubi.h
drivers/mtd/ubi/upd.c
drivers/mtd/ubi/vtbl.c
drivers/mtd/ubi/wl.c
fs/ubifs/debug.c
fs/ubifs/debug.h
fs/ubifs/gc.c
fs/ubifs/io.c
fs/ubifs/journal.c
fs/ubifs/log.c
fs/ubifs/lpt.c
fs/ubifs/lpt_commit.c
fs/ubifs/master.c
fs/ubifs/orphan.c
fs/ubifs/recovery.c
fs/ubifs/replay.c
fs/ubifs/sb.c
fs/ubifs/super.c
fs/ubifs/tnc_commit.c
fs/ubifs/ubifs.h
include/linux/mtd/ubi.h
This page took 0.061213 seconds and 4 git commands to generate.