|
@@ -2424,7 +2424,7 @@ ext4_ext_rm_leaf(handle_t *handle, struct inode *inode,
|
|
if (err)
|
|
if (err)
|
|
goto out;
|
|
goto out;
|
|
|
|
|
|
- ext_debug("new extent: %u:%u:%llu\n", block, num,
|
|
|
|
|
|
+ ext_debug("new extent: %u:%u:%llu\n", ex_ee_block, num,
|
|
ext4_ext_pblock(ex));
|
|
ext4_ext_pblock(ex));
|
|
ex--;
|
|
ex--;
|
|
ex_ee_block = le32_to_cpu(ex->ee_block);
|
|
ex_ee_block = le32_to_cpu(ex->ee_block);
|