[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210210235159.3190756-1-keescook@chromium.org>
Date: Wed, 10 Feb 2021 15:51:59 -0800
From: Kees Cook <keescook@...omium.org>
To: linux-kernel@...r.kernel.org, Jens Axboe <axboe@...nel.dk>
Cc: Kees Cook <keescook@...omium.org>, Joe Perches <joe@...ches.com>,
Justin Sanders <justin@...aid.com>, linux-block@...r.kernel.org
Subject: [PATCH] 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 <keescook@...omium.org>
---
drivers/block/aoe/aoecmd.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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/20061031071040.GS14055@kernel.dk/ */
if (!fastfail)
blk_mq_run_hw_queues(q, true);
}
--
2.25.1
Powered by blists - more mailing lists