Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bf52c6f7 authored by Yongqiang Yang's avatar Yongqiang Yang Committed by Theodore Ts'o
Browse files

ext4: let ext4_ext_rm_leaf work with EXT_DEBUG defined



The variable 'block' is removed by commit 750c9c47, so use the
replacement ex_ee_block instead.

Signed-off-by: default avatarYongqiang Yang <xiaoqiangnk@gmail.com>
Signed-off-by: default avatar"Theodore Ts'o" <tytso@mit.edu>
parent 32de6756
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);