]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r352671 (by imp): Size is unsigned, so remove the test entirely.
authorAlexander Motin <mav@FreeBSD.org>
Mon, 19 Oct 2020 20:40:03 +0000 (20:40 +0000)
committerAlexander Motin <mav@FreeBSD.org>
Mon, 19 Oct 2020 20:40:03 +0000 (20:40 +0000)
commit2530041c03985168080bb08617153dcb1add913c
tree867e57d1a649d02e5ce3a48821ca3a06be7d2f32
parent733b13e88eb0864a03eacd6bd98d0944d6436a7c
MFC r352671 (by imp): Size is unsigned, so remove the test entirely.

The kernel won't crash if you have a bad value and I'd rather not have
nvmecontrol know the internal details about how the nvme driver limits
the transfer size.
sbin/nvmecontrol/perftest.c