diff --git a/[refs] b/[refs] index 0ef4f28cc6e4..4af5926069ec 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 32de67569059d22b02dd9323a40220d953642b7e +refs/heads/master: bf52c6f7af55c48ab0fd5f990460b884b428d906 diff --git a/trunk/fs/ext4/extents.c b/trunk/fs/ext4/extents.c index 8cacaf645e36..61fa9e1614af 100644 --- a/trunk/fs/ext4/extents.c +++ b/trunk/fs/ext4/extents.c @@ -2424,7 +2424,7 @@ ext4_ext_rm_leaf(handle_t *handle, struct inode *inode, if (err) 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)); ex--; ex_ee_block = le32_to_cpu(ex->ee_block);