block: manipulate bio->bi_flags through helpers
[linux-2.6-block.git] / include / linux / blk_types.h
index 6164fb8a817b912f9865c9b7d5d7f6459d3dfbbe..a765a50e780f85a8574ceb2d951e45ddbaca9560 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
  */