diff options
author | David Woodhouse <dwmw2@infradead.org> | 2006-06-18 05:22:40 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2006-06-18 05:22:40 -0400 |
commit | 2ba72cb754bb091bb24a44e9682f7105110f7f38 (patch) | |
tree | bff0ce7740916296861f7a40114bdc6d030d4c70 /fs | |
parent | 3877f0b6c9f54d43e55e532404a935b90393b635 (diff) |
[JFFS2] Mark XATTR support as experimental, for now
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/Kconfig | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index 2496ccbe2604..572cc435a1bb 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -1075,9 +1075,35 @@ config JFFS2_FS_DEBUG | |||
1075 | If reporting bugs, please try to have available a full dump of the | 1075 | If reporting bugs, please try to have available a full dump of the |
1076 | messages at debug level 1 while the misbehaviour was occurring. | 1076 | messages at debug level 1 while the misbehaviour was occurring. |
1077 | 1077 | ||
1078 | config JFFS2_FS_XATTR | 1078 | config JFFS2_FS_WRITEBUFFER |
1079 | bool "JFFS2 XATTR support" | 1079 | bool "JFFS2 write-buffering support" |
1080 | depends on JFFS2_FS | 1080 | depends on JFFS2_FS |
1081 | default y | ||
1082 | help | ||
1083 | This enables the write-buffering support in JFFS2. | ||
1084 | |||
1085 | This functionality is required to support JFFS2 on the following | ||
1086 | types of flash devices: | ||
1087 | - NAND flash | ||
1088 | - NOR flash with transparent ECC | ||
1089 | - DataFlash | ||
1090 | |||
1091 | config JFFS2_SUMMARY | ||
1092 | bool "JFFS2 summary support (EXPERIMENTAL)" | ||
1093 | depends on JFFS2_FS && EXPERIMENTAL | ||
1094 | default n | ||
1095 | help | ||
1096 | This feature makes it possible to use summary information | ||
1097 | for faster filesystem mount. | ||
1098 | |||
1099 | The summary information can be inserted into a filesystem image | ||
1100 | by the utility 'sumtool'. | ||
1101 | |||
1102 | If unsure, say 'N'. | ||
1103 | |||
1104 | config JFFS2_FS_XATTR | ||
1105 | bool "JFFS2 XATTR support (EXPERIMENTAL)" | ||
1106 | depends on JFFS2_FS && EXPERIMENTAL && !JFFS2_FS_WRITEBUFFER | ||
1081 | default n | 1107 | default n |
1082 | help | 1108 | help |
1083 | Extended attributes are name:value pairs associated with inodes by | 1109 | Extended attributes are name:value pairs associated with inodes by |
@@ -1113,32 +1139,6 @@ config JFFS2_FS_SECURITY | |||
1113 | If you are not using a security module that requires using | 1139 | If you are not using a security module that requires using |
1114 | extended attributes for file security labels, say N. | 1140 | extended attributes for file security labels, say N. |
1115 | 1141 | ||
1116 | config JFFS2_FS_WRITEBUFFER | ||
1117 | bool "JFFS2 write-buffering support" | ||
1118 | depends on JFFS2_FS | ||
1119 | default y | ||
1120 | help | ||
1121 | This enables the write-buffering support in JFFS2. | ||
1122 | |||
1123 | This functionality is required to support JFFS2 on the following | ||
1124 | types of flash devices: | ||
1125 | - NAND flash | ||
1126 | - NOR flash with transparent ECC | ||
1127 | - DataFlash | ||
1128 | |||
1129 | config JFFS2_SUMMARY | ||
1130 | bool "JFFS2 summary support (EXPERIMENTAL)" | ||
1131 | depends on JFFS2_FS && EXPERIMENTAL | ||
1132 | default n | ||
1133 | help | ||
1134 | This feature makes it possible to use summary information | ||
1135 | for faster filesystem mount. | ||
1136 | |||
1137 | The summary information can be inserted into a filesystem image | ||
1138 | by the utility 'sumtool'. | ||
1139 | |||
1140 | If unsure, say 'N'. | ||
1141 | |||
1142 | config JFFS2_COMPRESSION_OPTIONS | 1142 | config JFFS2_COMPRESSION_OPTIONS |
1143 | bool "Advanced compression options for JFFS2" | 1143 | bool "Advanced compression options for JFFS2" |
1144 | depends on JFFS2_FS | 1144 | depends on JFFS2_FS |