]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - include/linux/blk_types.h
Merge tag 'm68k-for-v5.3-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/geert...
[linux.git] / include / linux / blk_types.h
index 95202f80676c90bc20c81aff6744182d7d2cd15e..6a53799c3fe2d9f1d9fd0e66adc1bbbffcb24125 100644 (file)
@@ -154,11 +154,6 @@ struct bio {
        blk_status_t            bi_status;
        u8                      bi_partno;
 
-       /* Number of segments in this BIO after
-        * physical address coalescing is performed.
-        */
-       unsigned int            bi_phys_segments;
-
        struct bvec_iter        bi_iter;
 
        atomic_t                __bi_remaining;
@@ -210,7 +205,6 @@ struct bio {
  */
 enum {
        BIO_NO_PAGE_REF,        /* don't put release vec pages */
-       BIO_SEG_VALID,          /* bi_phys_segments valid */
        BIO_CLONED,             /* doesn't own data */
        BIO_BOUNCED,            /* bio is a bounce bio */
        BIO_USER_MAPPED,        /* contains user pages */