block: manipulate bio->bi_flags through helpers
[cascardo/linux.git] / include / linux / blk_types.h
index 6164fb8..a765a50 100644 (file)
@@ -129,8 +129,6 @@ struct bio {
 #define BIO_RESET_BITS 13
 #define BIO_OWNS_VEC   13      /* bio_free() should free bvec */
 
-#define bio_flagged(bio, flag) ((bio)->bi_flags & (1 << (flag)))
-
 /*
  * top 4 bits of bio flags indicate the pool this bio came from
  */