hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
kernel/include/linux/crc-t10dif.h
....@@ -6,6 +6,7 @@
66
77 #define CRC_T10DIF_DIGEST_SIZE 2
88 #define CRC_T10DIF_BLOCK_SIZE 1
9
+#define CRC_T10DIF_STRING "crct10dif"
910
1011 extern __u16 crc_t10dif_generic(__u16 crc, const unsigned char *buffer,
1112 size_t len);