mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 02:24:24 +02:00
xfs: remove unused trace event xfs_discard_rtrelax
The trace event xfs_discard_rtrelax was added but never used. Remove it.
Fixes: a330cae8a7 ("xfs: Remove header files which are included more than once")
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
This commit is contained in:
parent
3c4052cb9f
commit
2b74404188
|
|
@ -2858,7 +2858,6 @@ DEFINE_EVENT(xfs_rtdiscard_class, name, \
|
|||
TP_ARGS(mp, rtbno, len))
|
||||
DEFINE_RTDISCARD_EVENT(xfs_discard_rtextent);
|
||||
DEFINE_RTDISCARD_EVENT(xfs_discard_rttoosmall);
|
||||
DEFINE_RTDISCARD_EVENT(xfs_discard_rtrelax);
|
||||
|
||||
DECLARE_EVENT_CLASS(xfs_btree_cur_class,
|
||||
TP_PROTO(struct xfs_btree_cur *cur, int level, struct xfs_buf *bp),
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user