diff mbox series

[2/2] ocfs2: cleanup trace events

Message ID 20230528132033.217664-2-joseph.qi@linux.alibaba.com (mailing list archive)
State New, archived
Headers show
Series [1/2] ocfs2: correct return value of ocfs2_local_free_info() | expand

Commit Message

Joseph Qi May 28, 2023, 1:20 p.m. UTC
After commit 6dc8bc0fb300, ocfs2 has switches from
ocfs2_file_splice_write() to iter_file_splice_write(), so cleanup the
corresponding trace event as well.

Signed-off-by: Joseph Qi <joseph.qi@linux.alibaba.com>
---
 fs/ocfs2/ocfs2_trace.h | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/fs/ocfs2/ocfs2_trace.h b/fs/ocfs2/ocfs2_trace.h
index dc4bce1649c1..26effa583be0 100644
--- a/fs/ocfs2/ocfs2_trace.h
+++ b/fs/ocfs2/ocfs2_trace.h
@@ -1315,8 +1315,6 @@  DEFINE_OCFS2_FILE_OPS(ocfs2_sync_file);
 
 DEFINE_OCFS2_FILE_OPS(ocfs2_file_write_iter);
 
-DEFINE_OCFS2_FILE_OPS(ocfs2_file_splice_write);
-
 DEFINE_OCFS2_FILE_OPS(ocfs2_file_read_iter);
 
 DEFINE_OCFS2_ULL_ULL_ULL_EVENT(ocfs2_truncate_file);