Re: [PATCH] xfs: remove impossible condition

From: Christoph Hellwig
Date: Tue Mar 01 2016 - 07:08:21 EST


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 <hch@xxxxxx>

The whole code around this is rather grotty and could use some more
work, though..