]> Git Repo - J-linux.git/commitdiff
block: Replace lkml.org links with lore
authorKees Cook <[email protected]>
Wed, 10 Feb 2021 23:51:59 +0000 (15:51 -0800)
committerJens Axboe <[email protected]>
Thu, 11 Feb 2021 03:07:21 +0000 (20:07 -0700)
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]>
drivers/block/aoe/aoecmd.c

index ac720bdcd983e799b2750fe3c84988cc3e13d495..ecd77897a761c5775b370e9c840b821f56beb8b4 100644 (file)
@@ -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);
 }
This page took 0.051787 seconds and 4 git commands to generate.