From eeda21606275a235e79970917433adff0f1571ed Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Wed, 24 Jul 2002 20:07:03 +0200 Subject: add __blk_stop_queue() as locked variant of blk_stop_queue() and make cpqarray and cciss use these --- include/linux/blkdev.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/linux') diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index 7460a98bb0b3..726492d4c45a 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h @@ -295,6 +295,7 @@ extern inline int blk_hw_contig_segment(request_queue_t *q, struct bio *, struct extern int block_ioctl(struct block_device *, unsigned int, unsigned long); extern void blk_start_queue(request_queue_t *q); extern void blk_stop_queue(request_queue_t *q); +extern void __blk_stop_queue(request_queue_t *q); /* * get ready for proper ref counting -- cgit v1.2.3