On Tue, Jul 19, 2022 at 10:28 PM Stephen Hemminger <step...@networkplumber.org> wrote: > > Modify reader/writer lock to avoid starvation of writer. The previous > implementation would cause a writer to get starved if readers kept > acquiring the lock. The new version uses an additional bit to indicate > that a writer is waiting and which keeps readers from starving the > writer. > > Signed-off-by: Stephen Hemminger <step...@networkplumber.org> > Acked-by: Morten Brørup <m...@smartsharesystems.com>
Applied, thanks. -- David Marchand