On 25/10/17 09:32 AM, sba...@raithlin.com wrote:
From: Stephen Bates <sba...@raithlin.com>

If the amount of resources allocated to a gen_pool exceeds 2^32 then
the avail atomic overflows and this causes problems when clients try
and borrow resources from the pool.

Add the <linux/atomic.h> header to pull in atomic64 operations on
platforms that do not support them natively.

Signed-off-by: Stephen Bates <sba...@raithlin.com>

Reviewed-by: Logan Gunthorpe <log...@deltatee.com>

This looks pretty straightforward to me.

Logan

Reply via email to