diff options
author | Jens Axboe <jaxboe@fusionio.com> | 2011-04-19 13:34:14 +0200 |
---|---|---|
committer | Jens Axboe <jaxboe@fusionio.com> | 2011-04-19 13:34:14 +0200 |
commit | d350e6b6e819df0a383ff34465720bfaa0f91c79 (patch) | |
tree | 338c44b5ffaab070c3fdf2f2772cfd50f6163559 /block | |
parent | c21e6beba8835d09bb80e34961430b13e60381c5 (diff) | |
download | linux-3.10-d350e6b6e819df0a383ff34465720bfaa0f91c79.tar.gz linux-3.10-d350e6b6e819df0a383ff34465720bfaa0f91c79.tar.bz2 linux-3.10-d350e6b6e819df0a383ff34465720bfaa0f91c79.zip |
block: remove stale kerneldoc member from __blk_run_queue()
We don't pass in a 'force_kblockd' anymore, get rid of the
stsale comment.
Reported-by: Mike Snitzer <snitzer@redhat.com>
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
Diffstat (limited to 'block')
-rw-r--r-- | block/blk-core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/block/blk-core.c b/block/blk-core.c index 40725b9091f..a2e58eeb354 100644 --- a/block/blk-core.c +++ b/block/blk-core.c @@ -292,7 +292,6 @@ EXPORT_SYMBOL(blk_sync_queue); /** * __blk_run_queue - run a single device queue * @q: The queue to run - * @force_kblockd: Don't run @q->request_fn directly. Use kblockd. * * Description: * See @blk_run_queue. This variant must be called with the queue lock |