aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/blkdev.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/blkdev.h')
-rw-r--r--include/linux/blkdev.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h
index 490ce458b031..1adb03827bd3 100644
--- a/include/linux/blkdev.h
+++ b/include/linux/blkdev.h
@@ -189,13 +189,6 @@ struct request {
189 */ 189 */
190 unsigned short nr_phys_segments; 190 unsigned short nr_phys_segments;
191 191
192 /* Number of scatter-gather addr+len pairs after
193 * physical and DMA remapping hardware coalescing is performed.
194 * This is the number of scatter-gather entries the driver
195 * will actually have to deal with after DMA mapping is done.
196 */
197 unsigned short nr_hw_segments;
198
199 unsigned short ioprio; 192 unsigned short ioprio;
200 193
201 void *special; 194 void *special;