projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1bb05a
)
ext4: format flag in dx_probe()
author
Zheng Liu
<gnehzuil.liu@gmail.com>
Tue, 21 Feb 2012 04:09:36 +0000
(23:09 -0500)
committer
Theodore Ts'o
<tytso@mit.edu>
Tue, 21 Feb 2012 04:09:36 +0000
(23:09 -0500)
Fix ext4_warning format flag in dx_probe().
CC: "Theodore Ts'o" <tytso@mit.edu>
Signed-off-by: Zheng Liu <wenqing.lz@taobao.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/namei.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/ext4/namei.c
b/fs/ext4/namei.c
index 2043f482375d000c517093f844ed2ce873802a0e..349d7b3671c863ce1565a5d2a184c6bbdafbf6e3 100644
(file)
--- a/
fs/ext4/namei.c
+++ b/
fs/ext4/namei.c
@@
-468,7
+468,7
@@
fail2:
fail:
if (*err == ERR_BAD_DX_DIR)
ext4_warning(dir->i_sb,
- "Corrupt dir inode %l
d
, running e2fsck is "
+ "Corrupt dir inode %l
u
, running e2fsck is "
"recommended.", dir->i_ino);
return NULL;
}