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:
400db9d
)
ext4: fix format flag in ext4_ext_binsearch_idx()
author
Zheng Liu
<gnehzuil.liu@gmail.com>
Mon, 28 May 2012 21:55:16 +0000
(17:55 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Mon, 28 May 2012 21:55:16 +0000
(17:55 -0400)
fix ext_debug format flag in ext4_ext_binsearch_idx().
Signed-off-by: Zheng Liu <wenqing.lz@taobao.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/extents.c
patch
|
blob
|
history
diff --git
a/fs/ext4/extents.c
b/fs/ext4/extents.c
index 6f3b49bd34c7ba6e82beb9d376fdd5d233e83959..496151f893eb5837a3db5df1730f6411945b768c 100644
(file)
--- a/
fs/ext4/extents.c
+++ b/
fs/ext4/extents.c
@@
-603,7
+603,7
@@
ext4_ext_binsearch_idx(struct inode *inode,
}
path->p_idx = l - 1;
- ext_debug(" -> %
d
->%lld ", le32_to_cpu(path->p_idx->ei_block),
+ ext_debug(" -> %
u
->%lld ", le32_to_cpu(path->p_idx->ei_block),
ext4_idx_pblock(path->p_idx));
#ifdef CHECK_BINSEARCH