Re: [PATCH] drbd fifo_alloc: use struct_size

From: Jens Axboe
Date: Wed Jan 29 2020 - 23:04:29 EST


On 1/24/20 1:03 PM, Stephen Kitt wrote:
> Switching to struct_size for the allocation in fifo_alloc avoids
> hard-coding the type of fifo_buffer.values in fifo_alloc. It also
> provides overflow protection; to avoid pessimistic code being
> generated by the compiler as a result, this patch also switches
> fifo_size to unsigned, propagating the change as appropriate.

Applied, thanks.

--
Jens Axboe