linux/fs/ubifs
Artem Bityutskiy 27ad279933 UBIFS: remove fast unmounting
This UBIFS feature has never worked properly, and it was a mistake
to add it because we simply have no use-cases. So, lets still accept
the fast_unmount mount option, but ignore it. This does not change
much, because UBIFS commit in sync_fs anyway, and sync_fs is called
while unmounting.

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
2009-01-29 16:34:30 +02:00
..
Kconfig
Makefile
budget.c UBIFS: add re-mount debugging checks 2009-01-26 12:54:11 +02:00
commit.c
compress.c
debug.c UBIFS: spelling fix 'date' -> 'data' 2009-01-29 16:15:51 +02:00
debug.h UBIFS: add re-mount debugging checks 2009-01-26 12:54:11 +02:00
dir.c UBIFS: simplify locking 2009-01-26 12:54:11 +02:00
file.c UBIFS: add re-mount debugging checks 2009-01-26 12:54:11 +02:00
find.c
gc.c UBIFS: remount ro fixes 2009-01-29 16:19:36 +02:00
io.c UBIFS: fix no_chk_data_crc 2009-01-27 16:25:10 +02:00
ioctl.c
journal.c UBIFS: do not treat all data as short term 2009-01-20 10:10:31 +02:00
key.h
log.c
lprops.c UBIFS: add re-mount debugging checks 2009-01-26 12:54:11 +02:00
lpt.c
lpt_commit.c UBIFS: fix LPT out-of-space bug (again) 2009-01-28 16:02:07 +02:00
master.c UBIFS: return sensible error codes 2009-01-29 16:22:54 +02:00
misc.h
orphan.c UBIFS: ensure orphan area head is initialized 2009-01-26 12:54:11 +02:00
recovery.c
replay.c
sb.c
scan.c
shrinker.c
super.c UBIFS: remove fast unmounting 2009-01-29 16:34:30 +02:00
tnc.c UBIFS: fix no_chk_data_crc 2009-01-27 16:25:10 +02:00
tnc_commit.c
tnc_misc.c
ubifs-media.h
ubifs.h UBIFS: remove fast unmounting 2009-01-29 16:34:30 +02:00
xattr.c