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);
1185
1185
"%s " fmt, pid_str, ##args); \
1186
1186
} while (0)
1187
1187
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
-
1193
1188
#else /* CONFIG_BFQ_GROUP_IOSCHED */
1194
1189
1195
1190
#define bfq_log_bfqq (bfqd , bfqq , fmt , args ...) do { \
@@ -1199,7 +1194,6 @@ struct bfq_group *bfqq_group(struct bfq_queue *bfqq);
1199
1194
bfq_bfqq_name((bfqq), pid_str, MAX_BFQQ_NAME_LENGTH); \
1200
1195
blk_add_trace_msg((bfqd)->queue, "%s " fmt, pid_str, ##args); \
1201
1196
} while (0)
1202
- #define bfq_log_bfqg (bfqd , bfqg , fmt , args ...) do {} while (0)
1203
1197
1204
1198
#endif /* CONFIG_BFQ_GROUP_IOSCHED */
1205
1199
You can’t perform that action at this time.
0 commit comments