Skip to content

Commit

Permalink
ext4: fix format flag in ext4_ext_binsearch_idx()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Zheng Liu authored and Theodore Ts'o committed May 28, 2012
1 parent 400db9d commit 4a3c3a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/ext4/extents.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4a3c3a5

Please sign in to comment.