diff options
| author | Christoph Hellwig <[email protected]> | 2024-06-26 06:59:38 +0200 |
|---|---|---|
| committer | Jens Axboe <[email protected]> | 2024-06-28 10:29:42 -0600 |
| commit | d19b46340b3c0ea66bef0f6c58876cc085813ba8 (patch) | |
| tree | ad74b5815afe8321a625002e02fa85108934c513 /include/linux | |
| parent | df3c485e0e60e8ad87f168092f1513a3d621fa4b (diff) | |
block: remove bio_integrity_process
Move the bvec interation into the generate/verify helpers to avoid a bit
of argument passing churn.
Signed-off-by: Christoph Hellwig <[email protected]>
Reviewed-by: Martin K. Petersen <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/blk-integrity.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/linux/blk-integrity.h b/include/linux/blk-integrity.h index c58634924782..804f856ed3e5 100644 --- a/include/linux/blk-integrity.h +++ b/include/linux/blk-integrity.h @@ -14,15 +14,6 @@ enum blk_integrity_flags { BLK_INTEGRITY_STACKED = 1 << 4, }; -struct blk_integrity_iter { - void *prot_buf; - void *data_buf; - sector_t seed; - unsigned int data_size; - unsigned short interval; - const char *disk_name; -}; - const char *blk_integrity_profile_name(struct blk_integrity *bi); bool queue_limits_stack_integrity(struct queue_limits *t, struct queue_limits *b); |