From: Liu Bo <bo.li.liu@oracle.com>
Date: Tue, 12 Aug 2014 08:33:18 +0000 (+0800)
Subject: Btrfs: cleanup for btrfs workqueue tracepoints
X-Git-Tag: firefly_0821_release~176^2~2834^2~92
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1a76e4ba5b18775e532faa4f8eb858c4553d196c;p=firefly-linux-kernel-4.4.55.git

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>
---

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,
 	TP_ARGS(work)
 );
 
-DEFINE_EVENT(btrfs__work, btrfs_normal_work_done,
-
-	TP_PROTO(struct btrfs_work *work),
-
-	TP_ARGS(work)
-);
-
 DEFINE_EVENT(btrfs__work__done, btrfs_all_work_done,
 
 	TP_PROTO(struct btrfs_work *work),