diff options
| -rw-r--r-- | include/linux/blkdev.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index 9af3e0f430bc..c362aadfe036 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h | |||
| @@ -737,6 +737,7 @@ bool blk_queue_flag_test_and_clear(unsigned int flag, struct request_queue *q); | |||
| 737 | #define blk_queue_quiesced(q) test_bit(QUEUE_FLAG_QUIESCED, &(q)->queue_flags) | 737 | #define blk_queue_quiesced(q) test_bit(QUEUE_FLAG_QUIESCED, &(q)->queue_flags) |
| 738 | #define blk_queue_preempt_only(q) \ | 738 | #define blk_queue_preempt_only(q) \ |
| 739 | test_bit(QUEUE_FLAG_PREEMPT_ONLY, &(q)->queue_flags) | 739 | test_bit(QUEUE_FLAG_PREEMPT_ONLY, &(q)->queue_flags) |
| 740 | #define blk_queue_fua(q) test_bit(QUEUE_FLAG_FUA, &(q)->queue_flags) | ||
| 740 | 741 | ||
| 741 | extern int blk_set_preempt_only(struct request_queue *q); | 742 | extern int blk_set_preempt_only(struct request_queue *q); |
| 742 | extern void blk_clear_preempt_only(struct request_queue *q); | 743 | extern void blk_clear_preempt_only(struct request_queue *q); |
