Alan Cox 015d7db6b6 Remove an unnecessary field from struct blist. (The comment describing
what this field represented was also inaccurate.)  Suggested by: kib

In r178792, blist_create() grew a malloc flag, allowing M_NOWAIT to be
specified.  However, blist_create() was not modified to handle the
possibility that a malloc() call failed.  Address this omission.

Increase the width of the local variable "radix" to 64 bits.  (This
matches the width of the corresponding field in struct blist.)

Reviewed by:	kib
MFC after:	6 weeks
2017-06-10 16:11:39 +00:00
..
2017-05-23 09:29:05 +00:00
2017-06-08 21:30:34 +00:00
2017-06-09 20:26:42 +00:00
2017-06-04 21:27:39 +00:00
2017-06-09 12:06:22 +00:00
2017-06-05 11:04:22 +00:00
2017-06-08 21:30:34 +00:00
2017-06-08 21:30:34 +00:00
2017-05-23 09:29:05 +00:00
2017-06-08 21:30:34 +00:00
2017-06-08 21:30:34 +00:00
2017-05-23 09:29:05 +00:00
2017-05-09 05:08:47 +00:00