OSDN Git Service

block: make bi_phys_segments an unsigned int instead of short
[linux-kernel-docs/linux-2.6.git] / include / linux / bio.h
index dfc3556..2c0c090 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 */