linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ext4: let ext4_ext_rm_leaf work with EXT_DEBUG defined
@ 2011-11-01  3:24 Yongqiang Yang
  2011-11-01 23:00 ` Ted Ts'o
  0 siblings, 1 reply; 2+ messages in thread
From: Yongqiang Yang @ 2011-11-01  3:24 UTC (permalink / raw)
  To: tytso; +Cc: dmonakhov, linux-ext4, Yongqiang Yang

Var block is removed by commit 750c9c47, so ex_ee_block is used
instead.

Signed-off-by: Yongqiang Yang <xiaoqiangnk@gmail.com>
---
 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 2798945..4b10b58 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,
 		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);
-- 
1.7.5.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ext4: let ext4_ext_rm_leaf work with EXT_DEBUG defined
  2011-11-01  3:24 [PATCH] ext4: let ext4_ext_rm_leaf work with EXT_DEBUG defined Yongqiang Yang
@ 2011-11-01 23:00 ` Ted Ts'o
  0 siblings, 0 replies; 2+ messages in thread
From: Ted Ts'o @ 2011-11-01 23:00 UTC (permalink / raw)
  To: Yongqiang Yang; +Cc: dmonakhov, linux-ext4

On Tue, Nov 01, 2011 at 11:24:26AM +0800, Yongqiang Yang wrote:
> Var block is removed by commit 750c9c47, so ex_ee_block is used
> instead.
> 
> Signed-off-by: Yongqiang Yang <xiaoqiangnk@gmail.com>

Thanks, applied.

						- Ted

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-11-01 23:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-01  3:24 [PATCH] ext4: let ext4_ext_rm_leaf work with EXT_DEBUG defined Yongqiang Yang
2011-11-01 23:00 ` Ted Ts'o

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).