projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3244fcb
)
ext4: fix kconfig typo and extra whitespace
author
Jan Engelhardt
<
[email protected]
>
Sun, 12 Oct 2008 19:53:01 +0000
(15:53 -0400)
committer
Theodore Ts'o
<
[email protected]
>
Sun, 12 Oct 2008 19:53:01 +0000
(15:53 -0400)
Signed-off-by: Jan Engelhardt <
[email protected]
>
Signed-off-by: Theodore Ts'o <
[email protected]
>
fs/Kconfig
patch
|
blob
|
history
diff --git
a/fs/Kconfig
b/fs/Kconfig
index 40183d94b6834a6f1af0d92f1f90f5b50330afac..f54a157a029689fae2556c2f3989f6475e123ec7 100644
(file)
--- a/
fs/Kconfig
+++ b/
fs/Kconfig
@@
-170,8
+170,8
@@
config EXT4DEV_COMPAT
help
Starting with 2.6.28, the name of the ext4 filesystem was
renamed from ext4dev to ext4. Unfortunately there are some
- l
age
cy userspace programs (such as klibc's fstype) have
- "ext4dev" hardcoded.
+ l
ega
cy userspace programs (such as klibc's fstype) have
+ "ext4dev" hardcoded.
To enable backwards compatibility so that systems that are
still expecting to mount ext4 filesystems using ext4dev,