#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 | 79 | 29.04% | 3 | 14.29% |
Per Forlin | 75 | 27.57% | 3 | 14.29% |
Michael Christie | 31 | 11.40% | 2 | 9.52% |
Pierre Ossman | 30 | 11.03% | 1 | 4.76% |
Adrian Hunter | 21 | 7.72% | 5 | 23.81% |
Ulf Hansson | 12 | 4.41% | 1 | 4.76% |
Linus Walleij | 12 | 4.41% | 3 | 14.29% |
Chuanxiao Dong | 7 | 2.57% | 1 | 4.76% |
Christoph Hellwig | 3 | 1.10% | 1 | 4.76% |
Seungwon Jeon | 2 | 0.74% | 1 | 4.76% |
Total | 272 | 100.00% | 21 | 100.00% |