On Thu, Feb 25, 2016 at 12:43:57PM +0000, Luis de Bethencourt wrote: > bp_release is set to 0 just before the breakpoint of the for loop before > the conditional check (in line 458). The other breakpoint is a goto that > skips the dead code.
Yes, this looks correct: Reviewed-by: Christoph Hellwig <h...@lst.de> The whole code around this is rather grotty and could use some more work, though..