diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/bio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/bio.h b/include/linux/bio.h index dfc3556d311c..2c0c09034fd2 100644 --- a/include/linux/bio.h +++ b/include/linux/bio.h | |||
@@ -75,7 +75,7 @@ struct bio { | |||
75 | /* Number of segments in this BIO after | 75 | /* Number of segments in this BIO after |
76 | * physical address coalescing is performed. | 76 | * physical address coalescing is performed. |
77 | */ | 77 | */ |
78 | unsigned short bi_phys_segments; | 78 | unsigned int bi_phys_segments; |
79 | 79 | ||
80 | unsigned int bi_size; /* residual I/O count */ | 80 | unsigned int bi_size; /* residual I/O count */ |
81 | 81 | ||