diff options
Diffstat (limited to 'include/linux/blkdev.h')
-rw-r--r-- | include/linux/blkdev.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index c4a3a660e3f0..1d185f1fc333 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h | |||
@@ -446,13 +446,7 @@ struct request_queue { | |||
446 | */ | 446 | */ |
447 | gfp_t bounce_gfp; | 447 | gfp_t bounce_gfp; |
448 | 448 | ||
449 | /* | 449 | spinlock_t queue_lock; |
450 | * protects queue structures from reentrancy. ->__queue_lock should | ||
451 | * _never_ be used directly, it is queue private. always use | ||
452 | * ->queue_lock. | ||
453 | */ | ||
454 | spinlock_t __queue_lock; | ||
455 | spinlock_t *queue_lock; | ||
456 | 450 | ||
457 | /* | 451 | /* |
458 | * queue kobject | 452 | * queue kobject |