diff options
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index 1453d2d164f7..68f4561423ff 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -74,11 +74,11 @@ config EXT3_FS | |||
74 | tristate "Ext3 journalling file system support" | 74 | tristate "Ext3 journalling file system support" |
75 | select JBD | 75 | select JBD |
76 | help | 76 | help |
77 | This is the journaling version of the Second extended file system | 77 | This is the journalling version of the Second extended file system |
78 | (often called ext3), the de facto standard Linux file system | 78 | (often called ext3), the de facto standard Linux file system |
79 | (method to organize files on a storage device) for hard disks. | 79 | (method to organize files on a storage device) for hard disks. |
80 | 80 | ||
81 | The journaling code included in this driver means you do not have | 81 | The journalling code included in this driver means you do not have |
82 | to run e2fsck (file system checker) on your file systems after a | 82 | to run e2fsck (file system checker) on your file systems after a |
83 | crash. The journal keeps track of any changes that were being made | 83 | crash. The journal keeps track of any changes that were being made |
84 | at the time the system crashed, and can ensure that your file system | 84 | at the time the system crashed, and can ensure that your file system |
@@ -143,7 +143,7 @@ config EXT3_FS_SECURITY | |||
143 | config JBD | 143 | config JBD |
144 | tristate | 144 | tristate |
145 | help | 145 | help |
146 | This is a generic journaling layer for block devices. It is | 146 | This is a generic journalling layer for block devices. It is |
147 | currently used by the ext3 and OCFS2 file systems, but it could | 147 | currently used by the ext3 and OCFS2 file systems, but it could |
148 | also be used to add journal support to other file systems or block | 148 | also be used to add journal support to other file systems or block |
149 | devices such as RAID or LVM. | 149 | devices such as RAID or LVM. |
@@ -183,7 +183,7 @@ config REISERFS_FS | |||
183 | tristate "Reiserfs support" | 183 | tristate "Reiserfs support" |
184 | help | 184 | help |
185 | Stores not just filenames but the files themselves in a balanced | 185 | Stores not just filenames but the files themselves in a balanced |
186 | tree. Uses journaling. | 186 | tree. Uses journalling. |
187 | 187 | ||
188 | Balanced trees are more efficient than traditional file system | 188 | Balanced trees are more efficient than traditional file system |
189 | architectural foundations. | 189 | architectural foundations. |
@@ -1032,7 +1032,7 @@ config BEFS_FS | |||
1032 | on files and directories, and database-like indeces on selected | 1032 | on files and directories, and database-like indeces on selected |
1033 | attributes. (Also note that this driver doesn't make those features | 1033 | attributes. (Also note that this driver doesn't make those features |
1034 | available at this time). It is a 64 bit filesystem, so it supports | 1034 | available at this time). It is a 64 bit filesystem, so it supports |
1035 | extremly large volumes and files. | 1035 | extremely large volumes and files. |
1036 | 1036 | ||
1037 | If you use this filesystem, you should also say Y to at least one | 1037 | If you use this filesystem, you should also say Y to at least one |
1038 | of the NLS (native language support) options below. | 1038 | of the NLS (native language support) options below. |
@@ -1090,7 +1090,7 @@ config JFFS_FS | |||
1090 | tristate "Journalling Flash File System (JFFS) support" | 1090 | tristate "Journalling Flash File System (JFFS) support" |
1091 | depends on MTD && BLOCK | 1091 | depends on MTD && BLOCK |
1092 | help | 1092 | help |
1093 | JFFS is the Journaling Flash File System developed by Axis | 1093 | JFFS is the Journalling Flash File System developed by Axis |
1094 | Communications in Sweden, aimed at providing a crash/powerdown-safe | 1094 | Communications in Sweden, aimed at providing a crash/powerdown-safe |
1095 | file system for disk-less embedded devices. Further information is | 1095 | file system for disk-less embedded devices. Further information is |
1096 | available at (<http://developer.axis.com/software/jffs/>). | 1096 | available at (<http://developer.axis.com/software/jffs/>). |
@@ -1260,7 +1260,7 @@ config JFFS2_CMODE_NONE | |||
1260 | config JFFS2_CMODE_PRIORITY | 1260 | config JFFS2_CMODE_PRIORITY |
1261 | bool "priority" | 1261 | bool "priority" |
1262 | help | 1262 | help |
1263 | Tries the compressors in a predefinied order and chooses the first | 1263 | Tries the compressors in a predefined order and chooses the first |
1264 | successful one. | 1264 | successful one. |
1265 | 1265 | ||
1266 | config JFFS2_CMODE_SIZE | 1266 | config JFFS2_CMODE_SIZE |
@@ -1365,7 +1365,7 @@ config SYSV_FS | |||
1365 | 1365 | ||
1366 | If you have floppies or hard disk partitions like that, it is likely | 1366 | If you have floppies or hard disk partitions like that, it is likely |
1367 | that they contain binaries from those other Unix systems; in order | 1367 | that they contain binaries from those other Unix systems; in order |
1368 | to run these binaries, you will want to install linux-abi which is a | 1368 | to run these binaries, you will want to install linux-abi which is |
1369 | a set of kernel modules that lets you run SCO, Xenix, Wyse, | 1369 | a set of kernel modules that lets you run SCO, Xenix, Wyse, |
1370 | UnixWare, Dell Unix and System V programs under Linux. It is | 1370 | UnixWare, Dell Unix and System V programs under Linux. It is |
1371 | available via FTP (user: ftp) from | 1371 | available via FTP (user: ftp) from |
@@ -1950,7 +1950,7 @@ config AFS_FS | |||
1950 | If you say Y here, you will get an experimental Andrew File System | 1950 | If you say Y here, you will get an experimental Andrew File System |
1951 | driver. It currently only supports unsecured read-only AFS access. | 1951 | driver. It currently only supports unsecured read-only AFS access. |
1952 | 1952 | ||
1953 | See <file:Documentation/filesystems/afs.txt> for more intormation. | 1953 | See <file:Documentation/filesystems/afs.txt> for more information. |
1954 | 1954 | ||
1955 | If unsure, say N. | 1955 | If unsure, say N. |
1956 | 1956 | ||