Hey Ludo,
> Should we go ahead and apply this one? Not polling would be nicer, but > maybe there’s no real way to do that? I proposed a variant of this patch a few minutes ago. I added some time logging and I would like to see what's the result on Florian machine to see if the new delay is large enough. > BTW: > > (string-match "/dev/loop*" file-name) > > should almost certainly be: > > (string-prefix? "/dev/loop" file-name) > > The regexp above would match “/dev/loo”, “qux/dev/looppppppppabc”, etc. Oh you're right, I'll fix it. Thanks, Mathieu
