diff options
Diffstat (limited to 'include/linux/bio.h')
-rw-r--r-- | include/linux/bio.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/include/linux/bio.h b/include/linux/bio.h index 6520ee1a3f6d..98c2d0570657 100644 --- a/include/linux/bio.h +++ b/include/linux/bio.h | |||
@@ -457,14 +457,7 @@ static inline int bio_has_data(struct bio *bio) | |||
457 | #define bip_for_each_vec(bvl, bip, i) \ | 457 | #define bip_for_each_vec(bvl, bip, i) \ |
458 | __bip_for_each_vec(bvl, bip, i, (bip)->bip_idx) | 458 | __bip_for_each_vec(bvl, bip, i, (bip)->bip_idx) |
459 | 459 | ||
460 | static inline int bio_integrity(struct bio *bio) | 460 | #define bio_integrity(bio) (bio->bi_integrity != NULL) |
461 | { | ||
462 | #if defined(CONFIG_BLK_DEV_INTEGRITY) | ||
463 | return bio->bi_integrity != NULL; | ||
464 | #else | ||
465 | return 0; | ||
466 | #endif | ||
467 | } | ||
468 | 461 | ||
469 | extern struct bio_integrity_payload *bio_integrity_alloc_bioset(struct bio *, gfp_t, unsigned int, struct bio_set *); | 462 | extern struct bio_integrity_payload *bio_integrity_alloc_bioset(struct bio *, gfp_t, unsigned int, struct bio_set *); |
470 | extern struct bio_integrity_payload *bio_integrity_alloc(struct bio *, gfp_t, unsigned int); | 463 | extern struct bio_integrity_payload *bio_integrity_alloc(struct bio *, gfp_t, unsigned int); |