diff options
| -rw-r--r-- | fs/ext4/extents.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/extents.c b/fs/ext4/extents.c index 8cacaf645e36..61fa9e1614af 100644 --- a/fs/ext4/extents.c +++ b/fs/ext4/extents.c | |||
| @@ -2424,7 +2424,7 @@ ext4_ext_rm_leaf(handle_t *handle, struct inode *inode, | |||
| 2424 | if (err) | 2424 | if (err) |
| 2425 | goto out; | 2425 | goto out; |
| 2426 | 2426 | ||
| 2427 | ext_debug("new extent: %u:%u:%llu\n", block, num, | 2427 | ext_debug("new extent: %u:%u:%llu\n", ex_ee_block, num, |
| 2428 | ext4_ext_pblock(ex)); | 2428 | ext4_ext_pblock(ex)); |
| 2429 | ex--; | 2429 | ex--; |
| 2430 | ex_ee_block = le32_to_cpu(ex->ee_block); | 2430 | ex_ee_block = le32_to_cpu(ex->ee_block); |
