]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
nvme: Slight simplification
authorWarner Losh <imp@FreeBSD.org>
Mon, 13 May 2024 21:03:52 +0000 (15:03 -0600)
committerWarner Losh <imp@FreeBSD.org>
Mon, 13 May 2024 22:14:04 +0000 (16:14 -0600)
commitc931cf6af08b7d0abb29c90917dfe79a18235897
treec1c58c2dba3706255181ccd66fd5f519415011e9
parent9db8ca92b98588e705f4d021e934edd60c51fb98
nvme: Slight simplification

We don't need to dereference qpair to get the ctrlr pointer each time,
so use the cached value. It's not going to change. No change intended.

Sponsored by: Netflix
sys/dev/nvme/nvme_qpair.c