07/07/2017 07:54, Pablo de Lara: > From: mstolarchuk <[email protected]> > > When adding items to a hash table with multiple threads, > there is an spinlock used to prevent data corruption > (unless Transactional Memory is supported). > > If there is a failure, the spinlock should be released, > but there were cases where that was not happening. > > Fixes: be856325cba3 ("hash: add scalable multi-writer insertion with Intel > TSX") > CC: [email protected] > > Signed-off-by: mstolarchuk <[email protected]> > Acked-by: Pablo de Lara <[email protected]>
Applied, thanks

