diff options
| author | Jens Axboe <axboe@burns.home.kernel.dk> | 2002-07-24 20:07:03 +0200 |
|---|---|---|
| committer | Jens Axboe <axboe@burns.home.kernel.dk> | 2002-07-24 20:07:03 +0200 |
| commit | eeda21606275a235e79970917433adff0f1571ed (patch) | |
| tree | ad25881f74469826530533466c38415e30773574 /include | |
| parent | 1da3174ffe3d0f29d21209a74e510723c9655031 (diff) | |
add __blk_stop_queue() as locked variant of blk_stop_queue() and
make cpqarray and cciss use these
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/blkdev.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
