diff options
Diffstat (limited to 'include/linux/blkdev.h')
-rw-r--r-- | include/linux/blkdev.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index 783f97c14d0a..8c8dbc4738ea 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h | |||
@@ -311,6 +311,12 @@ struct request_queue { | |||
311 | unsigned long queue_flags; | 311 | unsigned long queue_flags; |
312 | 312 | ||
313 | /* | 313 | /* |
314 | * ida allocated id for this queue. Used to index queues from | ||
315 | * ioctx. | ||
316 | */ | ||
317 | int id; | ||
318 | |||
319 | /* | ||
314 | * queue needs bounce pages for pages above this limit | 320 | * queue needs bounce pages for pages above this limit |
315 | */ | 321 | */ |
316 | gfp_t bounce_gfp; | 322 | gfp_t bounce_gfp; |