[Drbd-dev] [PATCH] drbd fifo_alloc: use struct_size

Jens Axboe axboe at kernel.dk
Thu Jan 30 05:04:09 CET 2020


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



More information about the drbd-dev mailing list