diff options
Diffstat (limited to 'block')
-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 51efd835d4cf..881fe44ec7da 100644 --- a/block/blk-core.c +++ b/block/blk-core.c | |||
@@ -1669,7 +1669,7 @@ EXPORT_SYMBOL(submit_bio); | |||
1669 | * the insertion using this generic function. | 1669 | * the insertion using this generic function. |
1670 | * | 1670 | * |
1671 | * This function should also be useful for request stacking drivers | 1671 | * This function should also be useful for request stacking drivers |
1672 | * in some cases below, so export this fuction. | 1672 | * in some cases below, so export this function. |
1673 | * Request stacking drivers like request-based dm may change the queue | 1673 | * Request stacking drivers like request-based dm may change the queue |
1674 | * limits while requests are in the queue (e.g. dm's table swapping). | 1674 | * limits while requests are in the queue (e.g. dm's table swapping). |
1675 | * Such request stacking drivers should check those requests agaist | 1675 | * Such request stacking drivers should check those requests agaist |