#ifndef MMC_QUEUE_H #define MMC_QUEUE_H
static inline bool mmc_req_is_special(struct request *req) { return req && (req_op(req) == REQ_OP_FLUSH || req_op(req) == REQ_OP_DISCARD || req_op(req) == REQ_OP_SECURE_ERASE); }Contributors
Person | Tokens | Prop | Commits | CommitProp | |
michael christie | michael christie | 31 | 81.58% | 2 | 66.67% |
adrian hunter | adrian hunter | 7 | 18.42% | 1 | 33.33% |
Total | 38 | 100.00% | 3 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp | |
russell king | russell king | 87 | 25.29% | 3 | 17.65% |
seungwon jeon | seungwon jeon | 82 | 23.84% | 1 | 5.88% |
per forlin | per forlin | 79 | 22.97% | 3 | 17.65% |
michael christie | michael christie | 31 | 9.01% | 2 | 11.76% |
pierre ossman | pierre ossman | 30 | 8.72% | 1 | 5.88% |
adrian hunter | adrian hunter | 14 | 4.07% | 3 | 17.65% |
chuanxiao dong | chuanxiao dong | 9 | 2.62% | 1 | 5.88% |
konstantin dorfman | konstantin dorfman | 8 | 2.33% | 1 | 5.88% |
christoph hellwig | christoph hellwig | 3 | 0.87% | 1 | 5.88% |
jiri slaby | jiri slaby | 1 | 0.29% | 1 | 5.88% |
Total | 344 | 100.00% | 17 | 100.00% |