]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - include/linux/bio.h
block: Integrity checksum flag
[mirror_ubuntu-bionic-kernel.git] / include / linux / bio.h
index b508cf69206d7aa073e190ccbf2b3f24da13e9d9..14bff3fe56d4352423c5f96331cdb2a8dd56de7a 100644 (file)
@@ -328,6 +328,7 @@ enum bip_flags {
        BIP_MAPPED_INTEGRITY    = 1 << 1, /* ref tag has been remapped */
        BIP_CTRL_NOCHECK        = 1 << 2, /* disable HBA integrity checking */
        BIP_DISK_NOCHECK        = 1 << 3, /* disable disk integrity checking */
+       BIP_IP_CHECKSUM         = 1 << 4, /* IP checksum */
 };
 
 static inline sector_t bip_get_seed(struct bio_integrity_payload *bip)