diff options
Diffstat (limited to 'block/blk-core.c')
-rw-r--r-- | block/blk-core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block/blk-core.c b/block/blk-core.c index f0640d7f800f..7ac24fa71f7a 100644 --- a/block/blk-core.c +++ b/block/blk-core.c | |||
@@ -1618,7 +1618,7 @@ EXPORT_SYMBOL(submit_bio); | |||
1618 | * the insertion using this generic function. | 1618 | * the insertion using this generic function. |
1619 | * | 1619 | * |
1620 | * This function should also be useful for request stacking drivers | 1620 | * This function should also be useful for request stacking drivers |
1621 | * in some cases below, so export this fuction. | 1621 | * in some cases below, so export this function. |
1622 | * Request stacking drivers like request-based dm may change the queue | 1622 | * Request stacking drivers like request-based dm may change the queue |
1623 | * limits while requests are in the queue (e.g. dm's table swapping). | 1623 | * limits while requests are in the queue (e.g. dm's table swapping). |
1624 | * Such request stacking drivers should check those requests agaist | 1624 | * Such request stacking drivers should check those requests agaist |