block: Deprecate the use of the term sector in the context of block integrity
[deliverable/linux.git] / include / linux / blkdev.h
index 0bf5d79d9ba04950c784328e32dcecc40a3d0881..d364c42dbf178d462495b7e8838bcce0addc1aa0 100644 (file)
@@ -1464,9 +1464,9 @@ static inline uint64_t rq_io_start_time_ns(struct request *req)
 struct blk_integrity_exchg {
        void                    *prot_buf;
        void                    *data_buf;
-       sector_t                sector;
+       sector_t                seed;
        unsigned int            data_size;
-       unsigned short          sector_size;
+       unsigned short          interval;
        const char              *disk_name;
 };
 
@@ -1479,7 +1479,7 @@ struct blk_integrity {
 
        unsigned short          flags;
        unsigned short          tuple_size;
-       unsigned short          sector_size;
+       unsigned short          interval;
        unsigned short          tag_size;
 
        const char              *name;
This page took 0.026097 seconds and 5 git commands to generate.