Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1322671 > unrolled thread
| Started by | Geliang Tang <geliangtang@163.com> |
|---|---|
| First post | 2016-01-31 17:00 +0100 |
| Last post | 2016-01-31 17:00 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH] ext4: drop unneeded BUFFER_TRACE in ext4_delete_inline_entry() Geliang Tang <geliangtang@163.com> - 2016-01-31 17:00 +0100
| From | Geliang Tang <geliangtang@163.com> |
|---|---|
| Date | 2016-01-31 17:00 +0100 |
| Subject | [PATCH] ext4: drop unneeded BUFFER_TRACE in ext4_delete_inline_entry() |
| Message-ID | <qX2zV-5ra-29@gated-at.bofh.it> |
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
Back to top | Article view | linux.kernel
csiph-web