Hi,
Recently I came across below 2 counters for RPC queue.
static uint32_t enqueued_reqs;
static uint32_t dequeued_reqs;

Shouldn't the counter size be uint64_t ?
Having size as uint32_t will allow the counters to grow until 4294967295.
Increasing the size would help production environments.

-- 
with regards,
Sachin Punadikar
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel

Reply via email to