projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b38a625
)
Btrfs: cleanup for btrfs workqueue tracepoints
author
Liu Bo
<bo.li.liu@oracle.com>
Tue, 12 Aug 2014 08:33:18 +0000
(16:33 +0800)
committer
Chris Mason
<clm@fb.com>
Wed, 17 Sep 2014 20:37:52 +0000
(13:37 -0700)
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>
include/trace/events/btrfs.h
patch
|
blob
|
blame
|
history
diff --git
a/include/trace/events/btrfs.h
b/include/trace/events/btrfs.h
index e3f3d10c664717d52cc4d97b4f54f9180e9b0217..64a90d78e6bb619500a750628aaf619e59c566b4 100644
(file)
--- 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),