summaryrefslogtreecommitdiff
path: root/yaffs_vfs_single.c
diff options
context:
space:
mode:
authorCharles Manning <cdhmanning@gmail.com>2010-11-09 12:01:50 +1300
committerCharles Manning <cdhmanning@gmail.com>2010-11-09 12:01:50 +1300
commit376375059d26aeb3fca08ba9dfd1f9b8b5842c75 (patch)
treec2e593c76b0e99f752a6ac187988921ee87d34c5 /yaffs_vfs_single.c
parent25633e8452addb4efafd1dedde957e1b14a07fd9 (diff)
yaffs: Remove SHORT_NAMES_IN_RAM and WIDE_TNODE_DISABLE configs
These have been removed from Linux as their use is discouraged except for debugging purposes. The logic has also changed for SHORT_NAMES_IN_RAM. This is now negative logic. Set CONFIG_YAFFS_NO_SHORT_NAMES to **disable** short names. Signed-off-by: Charles Manning <cdhmanning@gmail.com>
Diffstat (limited to 'yaffs_vfs_single.c')
-rw-r--r--yaffs_vfs_single.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/yaffs_vfs_single.c b/yaffs_vfs_single.c
index 146aaef..61bf255 100644
--- a/yaffs_vfs_single.c
+++ b/yaffs_vfs_single.c
@@ -2432,10 +2432,6 @@ static struct super_block *yaffs_internal_read_super(int yaffs_version,
param->use_nand_ecc = 1;
#endif
-#ifdef CONFIG_YAFFS_DISABLE_WIDE_TNODES
- param->wide_tnodes_disabled = 1;
-#endif
-
param->skip_checkpt_rd = options.skip_checkpoint_read;
param->skip_checkpt_wr = options.skip_checkpoint_write;