ext4: add missing spaces to debugging printk's
Fix ext4_debug format in ext4_ext_handle_uninitialized_extents() and ext4_end_io_dio(). Signed-off-by: Zheng Liu <wenqing.lz@taobao.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
This commit is contained in:
@@ -3457,7 +3457,7 @@ ext4_ext_handle_uninitialized_extents(handle_t *handle, struct inode *inode,
|
|||||||
ext4_io_end_t *io = EXT4_I(inode)->cur_aio_dio;
|
ext4_io_end_t *io = EXT4_I(inode)->cur_aio_dio;
|
||||||
|
|
||||||
ext_debug("ext4_ext_handle_uninitialized_extents: inode %lu, logical "
|
ext_debug("ext4_ext_handle_uninitialized_extents: inode %lu, logical "
|
||||||
"block %llu, max_blocks %u, flags %d, allocated %u",
|
"block %llu, max_blocks %u, flags %x, allocated %u\n",
|
||||||
inode->i_ino, (unsigned long long)map->m_lblk, map->m_len,
|
inode->i_ino, (unsigned long long)map->m_lblk, map->m_len,
|
||||||
flags, allocated);
|
flags, allocated);
|
||||||
ext4_ext_show_leaf(inode, path);
|
ext4_ext_show_leaf(inode, path);
|
||||||
|
Reference in New Issue
Block a user