]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/bio.h
block: make bi_phys_segments an unsigned int instead of short
[linux-2.6-omap-h63xx.git] / include / linux / bio.h
index dfc3556d311cba057298780b8f45a3efe7da6a53..2c0c09034fd244d7bb76b99d805936dcc6e8753e 100644 (file)
@@ -75,7 +75,7 @@ struct bio {
        /* Number of segments in this BIO after
         * physical address coalescing is performed.
         */
-       unsigned short          bi_phys_segments;
+       unsigned int            bi_phys_segments;
 
        unsigned int            bi_size;        /* residual I/O count */