On Fri, Aug 09, 2019 at 04:26:09PM -0500, Mike Christie wrote: > Fix bug added with the patch: > > commit 8f3ea35929a0806ad1397db99a89ffee0140822a > Author: Josef Bacik <josef@xxxxxxxxxxxxxx> > Date: Mon Jul 16 12:11:35 2018 -0400 > > nbd: handle unexpected replies better > > where if the timeout handler runs when the completion path is and we fail > to grab the mutex in the timeout handler we will leave a config reference > and cannot free the config later. > > Signed-off-by: Mike Christie <mchristi@xxxxxxxxxx> Reviewed-by: Josef Bacik <josef@xxxxxxxxxxxxxx> Thanks, Josef