linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ext4: drop unneeded BUFFER_TRACE in ext4_delete_inline_entry()
@ 2016-01-31 15:51 Geliang Tang
  2016-03-10  5:19 ` Theodore Ts'o
  0 siblings, 1 reply; 2+ messages in thread
From: Geliang Tang @ 2016-01-31 15:51 UTC (permalink / raw)
  To: Theodore Ts'o, Andreas Dilger; +Cc: Geliang Tang, linux-ext4, linux-kernel

BUFFER_TRACE info "call ext4_handle_dirty_metadata" doesn't match the
code, so drop it.

Signed-off-by: Geliang Tang <geliangtang@163.com>
---
 fs/ext4/inline.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/fs/ext4/inline.c b/fs/ext4/inline.c
index dfe3b9b..cbcb907 100644
--- a/fs/ext4/inline.c
+++ b/fs/ext4/inline.c
@@ -1696,7 +1696,6 @@ int ext4_delete_inline_entry(handle_t *handle,
 	if (err)
 		goto out;
 
-	BUFFER_TRACE(bh, "call ext4_handle_dirty_metadata");
 	err = ext4_mark_inode_dirty(handle, dir);
 	if (unlikely(err))
 		goto out;
-- 
2.5.0

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

* Re: [PATCH] ext4: drop unneeded BUFFER_TRACE in ext4_delete_inline_entry()
  2016-01-31 15:51 [PATCH] ext4: drop unneeded BUFFER_TRACE in ext4_delete_inline_entry() Geliang Tang
@ 2016-03-10  5:19 ` Theodore Ts'o
  0 siblings, 0 replies; 2+ messages in thread
From: Theodore Ts'o @ 2016-03-10  5:19 UTC (permalink / raw)
  To: Geliang Tang; +Cc: Andreas Dilger, linux-ext4, linux-kernel

On Sun, Jan 31, 2016 at 11:51:54PM +0800, Geliang Tang wrote:
> BUFFER_TRACE info "call ext4_handle_dirty_metadata" doesn't match the
> code, so drop it.
> 
> Signed-off-by: Geliang Tang <geliangtang@163.com>

Thanks, applied.

						- Ted

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

end of thread, other threads:[~2016-03-10  5:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-31 15:51 [PATCH] ext4: drop unneeded BUFFER_TRACE in ext4_delete_inline_entry() Geliang Tang
2016-03-10  5:19 ` Theodore 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).