Fix GCC build, failed due to false integer overflow in r343562.
MFC after: 2 weeks
This commit is contained in:
parent
56eee7cbb4
commit
e34c029020
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user