summaryrefslogtreecommitdiff
path: root/yaffs_guts.h
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_guts.h
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_guts.h')
-rw-r--r--yaffs_guts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/yaffs_guts.h b/yaffs_guts.h
index 60770ca..2c2ec76 100644
--- a/yaffs_guts.h
+++ b/yaffs_guts.h
@@ -422,7 +422,7 @@ struct yaffs_obj {
u32 yst_mode;
-#ifdef CONFIG_YAFFS_SHORT_NAMES_IN_RAM
+#ifndef CONFIG_YAFFS_NO_SHORT_NAMES
YCHAR short_name[YAFFS_SHORT_NAME_LENGTH + 1];
#endif