Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
Linux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
jan.koester
Linux
Commits
cc2e2767
Commit
cc2e2767
authored
18 years ago
by
Matt LaPlante
Committed by
Adrian Bunk
18 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Typos in fs/Kconfig
Signed-off-by:
Adrian Bunk
<
bunk@stusta.de
>
parent
4b3f686d
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
fs/Kconfig
+7
-7
7 additions, 7 deletions
fs/Kconfig
with
7 additions
and
7 deletions
fs/Kconfig
+
7
−
7
View file @
cc2e2767
...
@@ -74,11 +74,11 @@ config EXT3_FS
...
@@ -74,11 +74,11 @@ config EXT3_FS
tristate "Ext3 journalling file system support"
tristate "Ext3 journalling file system support"
select JBD
select JBD
help
help
This is the journaling version of the Second extended file system
This is the journal
l
ing version of the Second extended file system
(often called ext3), the de facto standard Linux file system
(often called ext3), the de facto standard Linux file system
(method to organize files on a storage device) for hard disks.
(method to organize files on a storage device) for hard disks.
The journaling code included in this driver means you do not have
The journal
l
ing code included in this driver means you do not have
to run e2fsck (file system checker) on your file systems after a
to run e2fsck (file system checker) on your file systems after a
crash. The journal keeps track of any changes that were being made
crash. The journal keeps track of any changes that were being made
at the time the system crashed, and can ensure that your file system
at the time the system crashed, and can ensure that your file system
...
@@ -143,7 +143,7 @@ config EXT3_FS_SECURITY
...
@@ -143,7 +143,7 @@ config EXT3_FS_SECURITY
config JBD
config JBD
tristate
tristate
help
help
This is a generic journaling layer for block devices. It is
This is a generic journal
l
ing layer for block devices. It is
currently used by the ext3 and OCFS2 file systems, but it could
currently used by the ext3 and OCFS2 file systems, but it could
also be used to add journal support to other file systems or block
also be used to add journal support to other file systems or block
devices such as RAID or LVM.
devices such as RAID or LVM.
...
@@ -183,7 +183,7 @@ config REISERFS_FS
...
@@ -183,7 +183,7 @@ config REISERFS_FS
tristate "Reiserfs support"
tristate "Reiserfs support"
help
help
Stores not just filenames but the files themselves in a balanced
Stores not just filenames but the files themselves in a balanced
tree. Uses journaling.
tree. Uses journal
l
ing.
Balanced trees are more efficient than traditional file system
Balanced trees are more efficient than traditional file system
architectural foundations.
architectural foundations.
...
@@ -1090,7 +1090,7 @@ config JFFS_FS
...
@@ -1090,7 +1090,7 @@ config JFFS_FS
tristate "Journalling Flash File System (JFFS) support"
tristate "Journalling Flash File System (JFFS) support"
depends on MTD && BLOCK
depends on MTD && BLOCK
help
help
JFFS is the Journaling Flash File System developed by Axis
JFFS is the Journal
l
ing Flash File System developed by Axis
Communications in Sweden, aimed at providing a crash/powerdown-safe
Communications in Sweden, aimed at providing a crash/powerdown-safe
file system for disk-less embedded devices. Further information is
file system for disk-less embedded devices. Further information is
available at (<http://developer.axis.com/software/jffs/>).
available at (<http://developer.axis.com/software/jffs/>).
...
@@ -1260,7 +1260,7 @@ config JFFS2_CMODE_NONE
...
@@ -1260,7 +1260,7 @@ config JFFS2_CMODE_NONE
config JFFS2_CMODE_PRIORITY
config JFFS2_CMODE_PRIORITY
bool "priority"
bool "priority"
help
help
Tries the compressors in a predefin
i
ed order and chooses the first
Tries the compressors in a predefined order and chooses the first
successful one.
successful one.
config JFFS2_CMODE_SIZE
config JFFS2_CMODE_SIZE
...
@@ -1950,7 +1950,7 @@ config AFS_FS
...
@@ -1950,7 +1950,7 @@ config AFS_FS
If you say Y here, you will get an experimental Andrew File System
If you say Y here, you will get an experimental Andrew File System
driver. It currently only supports unsecured read-only AFS access.
driver. It currently only supports unsecured read-only AFS access.
See <file:Documentation/filesystems/afs.txt> for more in
t
ormation.
See <file:Documentation/filesystems/afs.txt> for more in
f
ormation.
If unsure, say N.
If unsure, say N.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment