Skip to content

Commit

Permalink
block: Replace lkml.org links with lore
Browse files Browse the repository at this point in the history
As started by commit 05a5f51 ("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]>
  • Loading branch information
kees authored and axboe committed Feb 11, 2021
1 parent a2d52a6 commit 5978868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/block/aoe/aoecmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 5978868

Please sign in to comment.