projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8f1c62
)
[PATCH] ext3: remove inconsistent space before exclamation point in mount code
author
Theodore Ts'o
<tytso@mit.edu>
Sun, 25 Jun 2006 12:47:52 +0000
(
05:47
-0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Sun, 25 Jun 2006 17:01:07 +0000
(10:01 -0700)
This was reported as Debian bug #336604.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/ext3/super.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/ext3/super.c
b/fs/ext3/super.c
index df98a770925294acaefdb357b5adc75b113090ef..e0fc0c83be90e7b8cb2ef7f130c0f651c84764b3 100644
(file)
--- a/
fs/ext3/super.c
+++ b/
fs/ext3/super.c
@@
-1603,7
+1603,7
@@
static int ext3_fill_super (struct super_block *sb, void *data, int silent)
}
}
if (!ext3_check_descriptors (sb)) {
- printk
(KERN_ERR "EXT3-fs: group descriptors corrupted
!\n");
+ printk
(KERN_ERR "EXT3-fs: group descriptors corrupted
!\n");
goto failed_mount2;
}
sbi->s_gdb_count = db_count;