diff options
Diffstat (limited to 'kernel/include/linux/t10-pi.h')
-rw-r--r-- | kernel/include/linux/t10-pi.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kernel/include/linux/t10-pi.h b/kernel/include/linux/t10-pi.h index 6a8b99426..dd8de82cf 100644 --- a/kernel/include/linux/t10-pi.h +++ b/kernel/include/linux/t10-pi.h @@ -14,9 +14,9 @@ struct t10_pi_tuple { }; -extern struct blk_integrity t10_pi_type1_crc; -extern struct blk_integrity t10_pi_type1_ip; -extern struct blk_integrity t10_pi_type3_crc; -extern struct blk_integrity t10_pi_type3_ip; +extern struct blk_integrity_profile t10_pi_type1_crc; +extern struct blk_integrity_profile t10_pi_type1_ip; +extern struct blk_integrity_profile t10_pi_type3_crc; +extern struct blk_integrity_profile t10_pi_type3_ip; #endif |