ext4: fix format flag in ext4_ext_binsearch_idx()
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>
This commit is contained in:
@@ -603,7 +603,7 @@ ext4_ext_binsearch_idx(struct inode *inode,
|
|||||||
}
|
}
|
||||||
|
|
||||||
path->p_idx = l - 1;
|
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));
|
ext4_idx_pblock(path->p_idx));
|
||||||
|
|
||||||
#ifdef CHECK_BINSEARCH
|
#ifdef CHECK_BINSEARCH
|
||||||
|
Reference in New Issue
Block a user