Commit 59788683 authored by Kees Cook's avatar Kees Cook Committed by Jens Axboe
Browse files

block: Replace lkml.org links with lore



As started by commit 05a5f51c ("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: default avatarKees Cook <keescook@chromium.org>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent a2d52a6c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
}