diff options
author | Jens Axboe <jens.axboe@oracle.com> | 2008-07-28 07:08:45 -0400 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2008-10-09 02:56:09 -0400 |
commit | 18887ad910e56066233a07fd3cfb2fa11338b782 (patch) | |
tree | a8d14ba47f15c58e36b26c82fa4ae4ad7526c80a /include/linux/blkdev.h | |
parent | b646fc59b332ef307895558c9cd1359dc2d25813 (diff) |
block: make kblockd_schedule_work() take the queue as parameter
Preparatory patch for checking queuing affinity.
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'include/linux/blkdev.h')
-rw-r--r-- | include/linux/blkdev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index 1adb03827bd3..10aa46c8f170 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h | |||
@@ -912,7 +912,7 @@ static inline void put_dev_sector(Sector p) | |||
912 | } | 912 | } |
913 | 913 | ||
914 | struct work_struct; | 914 | struct work_struct; |
915 | int kblockd_schedule_work(struct work_struct *work); | 915 | int kblockd_schedule_work(struct request_queue *q, struct work_struct *work); |
916 | void kblockd_flush_work(struct work_struct *work); | 916 | void kblockd_flush_work(struct work_struct *work); |
917 | 917 | ||
918 | #define MODULE_ALIAS_BLOCKDEV(major,minor) \ | 918 | #define MODULE_ALIAS_BLOCKDEV(major,minor) \ |