#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 | 85 | 31.60% | 3 | 15.79% |
per forlin | per forlin | 76 | 28.25% | 3 | 15.79% |
michael christie | michael christie | 31 | 11.52% | 2 | 10.53% |
pierre ossman | pierre ossman | 30 | 11.15% | 1 | 5.26% |
adrian hunter | adrian hunter | 21 | 7.81% | 5 | 26.32% |
konstantin dorfman | konstantin dorfman | 8 | 2.97% | 1 | 5.26% |
chuanxiao dong | chuanxiao dong | 7 | 2.60% | 1 | 5.26% |
linus walleij | linus walleij | 6 | 2.23% | 1 | 5.26% |
christoph hellwig | christoph hellwig | 3 | 1.12% | 1 | 5.26% |
seungwon jeon | seungwon jeon | 2 | 0.74% | 1 | 5.26% |
Total | 269 | 100.00% | 19 | 100.00% |