|
@@ -3456,8 +3456,8 @@ ext4_ext_handle_uninitialized_extents(handle_t *handle, struct inode *inode,
|
|
|
int err = 0;
|
|
|
ext4_io_end_t *io = EXT4_I(inode)->cur_aio_dio;
|
|
|
|
|
|
- ext_debug("ext4_ext_handle_uninitialized_extents: inode %lu, logical"
|
|
|
- "block %llu, max_blocks %u, flags %d, allocated %u",
|
|
|
+ ext_debug("ext4_ext_handle_uninitialized_extents: inode %lu, logical "
|
|
|
+ "block %llu, max_blocks %u, flags %x, allocated %u\n",
|
|
|
inode->i_ino, (unsigned long long)map->m_lblk, map->m_len,
|
|
|
flags, allocated);
|
|
|
ext4_ext_show_leaf(inode, path);
|