aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/blkdev.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h
index cf92eb031ae9..4600fc63e3fc 100644
--- a/include/linux/blkdev.h
+++ b/include/linux/blkdev.h
@@ -1461,6 +1461,7 @@ static inline uint64_t rq_io_start_time_ns(struct request *req)
1461enum blk_integrity_flags { 1461enum blk_integrity_flags {
1462 BLK_INTEGRITY_VERIFY = 1 << 0, 1462 BLK_INTEGRITY_VERIFY = 1 << 0,
1463 BLK_INTEGRITY_GENERATE = 1 << 1, 1463 BLK_INTEGRITY_GENERATE = 1 << 1,
1464 BLK_INTEGRITY_DEVICE_CAPABLE = 1 << 2,
1464}; 1465};
1465 1466
1466struct blk_integrity_iter { 1467struct blk_integrity_iter {