aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKees Cook <[email protected]>2021-02-10 15:51:59 -0800
committerJens Axboe <[email protected]>2021-02-10 20:07:21 -0700
commit597886836164ef18b76faea7304357556fe29da9 (patch)
tree8c04005ef2a572853f2edef7e7dd1cc928f4beb0
parenta2d52a6c1b6764031b6cac7cc156530cbb38248c (diff)
block: Replace lkml.org links with lore
As started by commit 05a5f51ca566 ("Documentation: Replace lkml.org links with lore"), replace lkml.org links with lore to better use a single source that's more likely to stay available long-term. Signed-off-by: Kees Cook <[email protected]> Signed-off-by: Jens Axboe <[email protected]>
-rw-r--r--drivers/block/aoe/aoecmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/aoe/aoecmd.c b/drivers/block/aoe/aoecmd.c
index ac720bdcd983..ecd77897a761 100644
--- a/drivers/block/aoe/aoecmd.c
+++ b/drivers/block/aoe/aoecmd.c
@@ -1046,7 +1046,7 @@ aoe_end_request(struct aoedev *d, struct request *rq, int fastfail)
__blk_mq_end_request(rq, err);
- /* cf. http://lkml.org/lkml/2006/10/31/28 */
+ /* cf. https://lore.kernel.org/lkml/[email protected]/ */
if (!fastfail)
blk_mq_run_hw_queues(q, true);
}