File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -1185,11 +1185,6 @@ struct bfq_group *bfqq_group(struct bfq_queue *bfqq);
11851185 "%s " fmt, pid_str, ##args); \
11861186} while (0)
11871187
1188- #define bfq_log_bfqg (bfqd , bfqg , fmt , args ...) do { \
1189- blk_add_cgroup_trace_msg((bfqd)->queue, \
1190- &bfqg_to_blkg(bfqg)->blkcg->css, fmt, ##args); \
1191- } while (0)
1192-
11931188#else /* CONFIG_BFQ_GROUP_IOSCHED */
11941189
11951190#define bfq_log_bfqq (bfqd , bfqq , fmt , args ...) do { \
@@ -1199,7 +1194,6 @@ struct bfq_group *bfqq_group(struct bfq_queue *bfqq);
11991194 bfq_bfqq_name((bfqq), pid_str, MAX_BFQQ_NAME_LENGTH); \
12001195 blk_add_trace_msg((bfqd)->queue, "%s " fmt, pid_str, ##args); \
12011196} while (0)
1202- #define bfq_log_bfqg (bfqd , bfqg , fmt , args ...) do {} while (0)
12031197
12041198#endif /* CONFIG_BFQ_GROUP_IOSCHED */
12051199
You can’t perform that action at this time.
0 commit comments