]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Move to using bool instead of boolean_t
authorWarner Losh <imp@FreeBSD.org>
Fri, 13 Dec 2019 18:35:48 +0000 (18:35 +0000)
committerWarner Losh <imp@FreeBSD.org>
Fri, 13 Dec 2019 18:35:48 +0000 (18:35 +0000)
commit7588c6cc36d8f13b7b5edef7da2bda16178a6170
treee9dc3d2a1699bc284df802fe618df9051687e4a2
parent325c4ced0d954c8c22e59a0179952e64265f372a
Move to using bool instead of boolean_t

While there are subtle semantic differences between bool and boolean_t, none of
them matter in these cases. Prefer true/false when dealing with bool
type. Preserve a couple of TRUEs since they are passed into int args into CAM.
Preserve a couple of FALSEs when used for status.done, an int.

Differential Revision: https://reviews.freebsd.org/D20999
sys/dev/nvme/nvme_ctrlr.c
sys/dev/nvme/nvme_private.h
sys/dev/nvme/nvme_qpair.c