diff options
author | Liu Bo <bo.li.liu@oracle.com> | 2014-08-12 04:33:18 -0400 |
---|---|---|
committer | Chris Mason <clm@fb.com> | 2014-09-17 16:37:52 -0400 |
commit | 1a76e4ba5b18775e532faa4f8eb858c4553d196c (patch) | |
tree | 71e5ecb4c1f245f89254629505dad74e128a2d89 | |
parent | b38a62586fed4ce058dc8d40deaa1b85cafc7fb3 (diff) |
Btrfs: cleanup for btrfs workqueue tracepoints
Tracepoint trace_btrfs_normal_work_done never has an user, just cleanup it.
Signed-off-by: Liu Bo <bo.li.liu@oracle.com>
Signed-off-by: Chris Mason <clm@fb.com>
-rw-r--r-- | include/trace/events/btrfs.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/trace/events/btrfs.h b/include/trace/events/btrfs.h index e3f3d10c6647..64a90d78e6bb 100644 --- a/include/trace/events/btrfs.h +++ b/include/trace/events/btrfs.h | |||
@@ -1047,13 +1047,6 @@ DEFINE_EVENT(btrfs__work, btrfs_work_sched, | |||
1047 | TP_ARGS(work) | 1047 | TP_ARGS(work) |
1048 | ); | 1048 | ); |
1049 | 1049 | ||
1050 | DEFINE_EVENT(btrfs__work, btrfs_normal_work_done, | ||
1051 | |||
1052 | TP_PROTO(struct btrfs_work *work), | ||
1053 | |||
1054 | TP_ARGS(work) | ||
1055 | ); | ||
1056 | |||
1057 | DEFINE_EVENT(btrfs__work__done, btrfs_all_work_done, | 1050 | DEFINE_EVENT(btrfs__work__done, btrfs_all_work_done, |
1058 | 1051 | ||
1059 | TP_PROTO(struct btrfs_work *work), | 1052 | TP_PROTO(struct btrfs_work *work), |