Fix GCC build, failed due to false integer overflow in r343562.

MFC after:	2 weeks
This commit is contained in:
Alexander Motin 2019-01-29 20:50:29 +00:00
parent 56eee7cbb4
commit e34c029020
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=343563

View File

@ -82,7 +82,7 @@ struct nvd_disk {
struct nvme_namespace *ns;
uint32_t cur_depth;
#define NVD_ODEPTH (1 << 31)
#define NVD_ODEPTH (1 << 30)
uint32_t ordered_in_flight;
u_int unit;