#ifndef MMC_QUEUE_H #define MMC_QUEUE_H #include <linux/types.h> #include <linux/blkdev.h> #include <linux/mmc/core.h> #include <linux/mmc/host.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 | 31 | 81.58% | 2 | 66.67% |
Adrian Hunter | 7 | 18.42% | 1 | 33.33% |
Total | 38 | 100.00% | 3 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Russell King | 80 | 25.24% | 3 | 13.64% |
Adrian Hunter | 79 | 24.92% | 7 | 31.82% |
Per Forlin | 68 | 21.45% | 2 | 9.09% |
Michael Christie | 31 | 9.78% | 2 | 9.09% |
Pierre Ossman | 26 | 8.20% | 1 | 4.55% |
Ulf Hansson | 12 | 3.79% | 1 | 4.55% |
Linus Walleij | 9 | 2.84% | 3 | 13.64% |
Chuanxiao Dong | 7 | 2.21% | 1 | 4.55% |
Christoph Hellwig | 3 | 0.95% | 1 | 4.55% |
Seungwon Jeon | 2 | 0.63% | 1 | 4.55% |
Total | 317 | 100.00% | 22 | 100.00% |