On Fri, Apr 05, 2019 at 03:21:05PM -0400, Waiman Long wrote: > +#define RWSEM_WAIT_TIMEOUT ((HZ - 1)/200 + 1)
Given the choices in HZ, the above seems fairly 'optimistic'.
On Fri, Apr 05, 2019 at 03:21:05PM -0400, Waiman Long wrote: > +#define RWSEM_WAIT_TIMEOUT ((HZ - 1)/200 + 1)
Given the choices in HZ, the above seems fairly 'optimistic'.