#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 | 102 | 28.41% | 3 | 18.75% |
seungwon jeon | seungwon jeon | 83 | 23.12% | 1 | 6.25% |
per forlin | per forlin | 79 | 22.01% | 3 | 18.75% |
michael christie | michael christie | 31 | 8.64% | 2 | 12.50% |
pierre ossman | pierre ossman | 30 | 8.36% | 1 | 6.25% |
adrian hunter | adrian hunter | 14 | 3.90% | 3 | 18.75% |
chuanxiao dong | chuanxiao dong | 9 | 2.51% | 1 | 6.25% |
konstantin dorfman | konstantin dorfman | 8 | 2.23% | 1 | 6.25% |
christoph hellwig | christoph hellwig | 3 | 0.84% | 1 | 6.25% |
Total | 359 | 100.00% | 16 | 100.00% |